Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
1 answer
11k views

URL encoded query string with embedded null %00 breaks on some servers

We have need to send an encrypted string in a query string to a web page. Sometimes because of the encryption, there is an embedded null in the string. Here is an abbreviated example of such a string, ...
Jeffrey Simon's user avatar
5 votes
1 answer
1k views

How should incorrectly encoded URLs be handled?

Just recently noticed that some sites link with the URL incorrectly percent-encoded, to which my server (LAMP) responds with a 404 Not Found. For example, for a URL of mine like this: http://www....
Itai's user avatar
  • 6,037