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
We need a way to test if the protocol used for a previous request was using HTTPS.
This would allow us to write conditions for tests against HSTS, mixed-content and the secure flag on cookies.
The text was updated successfully, but these errors were encountered:
Add an expression, ZestExpressionProtocol, to check the protocol of the
last request sent.
Add tests to assert the expected behaviour.
Update ZestPrinter to print the new expression.
Fixzaproxy#26 - Allow checking the request protocol
thc202
added a commit
to thc202/zest
that referenced
this issue
Sep 18, 2017
Add an expression, ZestExpressionProtocol, to check the protocol of the
last request sent.
Add tests to assert the expected behaviour.
Update ZestPrinter to print the new expression.
Fixzaproxy#26 - Allow checking the request protocol
We need a way to test if the protocol used for a previous request was using HTTPS.
This would allow us to write conditions for tests against HSTS, mixed-content and the secure flag on cookies.
The text was updated successfully, but these errors were encountered: