feign icon indicating copy to clipboard operation
feign copied to clipboard

Request ignoring "=" when empty

Open vinimdev opened this issue 1 year ago • 1 comments

how to send a query string that has an empty attribute but requires the "=" sign to be sent in the request?

feign removes the signal and instead of sending param1=test&param2=&parem3=test2, it sends param1=test&param2&parem3=test2.

vinimdev avatar Mar 10 '23 02:03 vinimdev