Discussions
Params values with a # character gets stripped out when clicking “Try it”
over 3 years ago by Nicolas Goutay
For example this param:
When clicking “Try it”, the network request will strip the #
symbol and everything that comes after.
Expected result:
Resulting HTTP request contains the username=some#thing
param (or eventually username=some%23thing
Actual result:
Resulting HTTP request contains the username=some
param