Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow checking the request protocol #26

Closed
freddyb opened this issue Jun 28, 2013 · 0 comments
Closed

Allow checking the request protocol #26

freddyb opened this issue Jun 28, 2013 · 0 comments
Assignees
Milestone

Comments

@freddyb
Copy link

freddyb commented Jun 28, 2013

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.

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.

Fix zaproxy#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.

Fix zaproxy#26 - Allow checking the request protocol
@thc202 thc202 self-assigned this Sep 18, 2017
@thc202 thc202 modified the milestones: 0.2, 0.14.0 Jun 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants