David Hvilava
02/14/2023, 2:45 PM"interactions": [
{
"description": "A GET request with custom headers",
"request": {
"method": "GET",
"path": "/api/provider",
"headers": {
"Content-Type": "application/json",
"TestHeaderKey": "TestHeaderValue"
}
},
...
But my Provider receives them in lowercase. Is is possible to somehow make it case preserving?uglyog
David Hvilava
02/15/2023, 9:49 AM