Hi,
I’ve been using a mock server to test some edge/error cases for an http client.
When I enter a header that contains an underscore in the header name, the mock server does not display it. Is this expected behaviour?
Steps to reproduce
- create a mock server
- create a request towards the mock server URL setting a header as “X-SW_HDR1:abcd1234” using postman client
- click send
- check postman console and the header can be seen
- check the postman mock server and the header is not displayed.