asp.net - Parameter passed in url is not captured when in chrome for me(Only non- incognito mode) -


for asp.net website, passing parameters in url e.g.: www.example.com/?parametername=parametervalue&utm_parameter=value2

in code i'm trying access using

context.request.querystring["parametername"] 

this works fine firefox(normal , private mode), ie , chrome(only incognito mode). normal mode in chrome not capturing querystring parameters. happening few people while works rest of team in chrome. there setting in chrome browser have caused this?

incase 1 comes across such problem can use app fiddler. helps in capturing , showing detailed information url , cookies set web clients. helped me in identifying problem on server side , not chrome doing. hope helps someone.


Comments