You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario: Simple HTTP request, that was redirected and results in a 200 OK response.
Given: a request is made to a known endpoint, When: the request is sent to the target and redirected, Then: a response is returned with a 200 - NO CONTENT Status Code, And: the response content length is not zero, And: the response body is not empty.
Additional Context
Any additional context you would like to provide.
The text was updated successfully, but these errors were encountered:
See #22
Scenario: Simple HTTP request, that was redirected and results in a 200 OK response.
Given: a request is made to a known endpoint,
When: the request is sent to the target and redirected,
Then: a response is returned with a 200 - NO CONTENT Status Code,
And: the response content length is not zero,
And: the response body is not empty.
Additional Context
Any additional context you would like to provide.
The text was updated successfully, but these errors were encountered: