Hello,
what is happening is the following.
I'm testing the REST api in sandbox NelmioDoc.
The first time I open the browser, I try the request without sending the wsse header and returns 401, expected result.
When I add the header WSSE, returns 200, expected result.
When I make a new request with the same header, returns 401, expected result.
Now the possible problem, when I remove the header and make the request again, returns 200, not expected.
Why does it happen?
Should not deny request, and the header wsse not exist?
Hello,
what is happening is the following.
I'm testing the REST api in sandbox NelmioDoc.
The first time I open the browser, I try the request without sending the wsse header and returns 401, expected result.
When I add the header WSSE, returns 200, expected result.
When I make a new request with the same header, returns 401, expected result.
Now the possible problem, when I remove the header and make the request again, returns 200, not expected.
Why does it happen?
Should not deny request, and the header wsse not exist?