79603872

Date: 2025-05-02 17:48:31
Score: 2
Natty:
Report link

I know this is old but this may help others experiencing the same issue:

QueryString.Add does not mutate the request so you must do something like the following:

context.Request.QueryString = context.Request.QueryString.Add("name", "value");

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Karl Williams