Discussions

Ask a Question
Back to All

Params values with a # character gets stripped out when clicking “Try it”

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