A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
private void Page_Load(object sender, System.EventArgs e) { Response.Write (Request.Url); }
On the page Load the result is (the Friendly URL looks ok in the Address section of MS Explorer): http://localhost/developmentGateway/templates/GW_PageNotFound.aspx?id=1304&epslanguage=EN When pressing the button a few times I get this response : http://localhost/developmentGateway/templates/GW_PageNotFound.aspx?id=1304&epslanguage=EN&epslanguage=EN http://localhost/developmentGateway/templates/GW_PageNotFound.aspx?id=1304&epslanguage=EN&epslanguage=EN,EN http://localhost/developmentGateway/templates/GW_PageNotFound.aspx?id=1304&epslanguage=EN&epslanguage=EN,EN,EN Thanks, Danie