Im building a web app (spa) using angularjs and c#. in my dev environment i can read the url parameters in the js and c# controllers but when i publish it, i can only read the url address but not the querystring in the c# code. I can read the querystring juat fine in js.
Any ideas why? My colleague says it is to do with CORS but I dont really get what to do if it is this?
Any ideas why? My colleague says it is to do with CORS but I dont really get what to do if it is this?