How to send NULL in HTTP query string?

前端 未结 3 1879
广开言路
广开言路 2020-12-01 14:30

I\'m developing an API that can accept the main three data types as values to query string parameters: boolean, string & numeric (

3条回答
  •  攒了一身酷
    2020-12-01 14:44

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

提交回复
热议问题