Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • I believe the point is that JavaScript is reading the URL parameter and setting window.location directly. As a result there is no room for escaping. You show the server processing the parameter and sending broken HTML. That would be a standard reflected XSS vulnerabilitiy which the OP said this is not Commented Nov 2, 2018 at 22:56