I try to get XSS in a GET request to work, but it is only working within BURP because there I can send for example > as an not URL encoded string. As soon as I try it in the browser, it is no longer possble because the browser encodes the > to %3e and the XSS vector is gone...
Is it somehow possible to force the browser to not URL encode those characters when making the request?
\u003c script stuff here \u003e. See if you can smuggle some unicode into it. I doubt it will work if it's parsed before outputting, though. – Mark Buffalo Feb 29 '16 at 15:17