Can a URL contain executable JavaScript?
I am learning about “Session fixation” and have read the corresponding OWASP page.
In their Example 2 in the above page, they describe an attack via JavaScript, that is embedded in the URL like:
http://website.kom/<script>document…. Continue reading Can a URL contain executable JavaScript?