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

update message to work around HTTP method validation #384

Closed
wants to merge 1 commit into from

Conversation

danibusu
Copy link
Contributor

Update the sent message to start with a letter other than ones of valid
HTTP methods to bypass gateway validation. In a real scenario, the
request would time-out.

Update the sent message to start with a letter other than ones of valid
HTTP methods to bypass gateway validation. In a real scenario, the
request would time-out.
@danibusu
Copy link
Contributor Author

danibusu commented Dec 14, 2016

@jitsni This is the PR for the HTTP method validation issue. Could you please take a look?

@sbadugu
Copy link
Contributor

sbadugu commented Jan 9, 2017

@jitsni Can you take an action on this PR ?

@@ -38,21 +38,12 @@ read header "Date" /.+/

write [0x82 0x85] ${writeMask}
write option mask ${writeMask}
write "Hello"
write "World"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see what happens in HTTP decoding when Hello is sent as method. Can you not just send "Hello World"

@cmebarrow
Copy link
Member

@danibusu Does this still need to get merged. If so, please answer Jitu's review comment.

@dpwspoon dpwspoon closed this Jan 29, 2018
@dpwspoon
Copy link
Member

not needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants