How to send NULL in HTTP query string?

Send a URLEncoded NULL value (%00) for any thing that you’re specifically setting to null. It should be correctly URL Decoded.

Leave a Comment