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
{{ message }}
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.
I looked for a description relative to submitting a bug, but couldn't find anything. If I missed it, please let me know.
GOAD Version: 2.0.4 GOAD Usage: Binary
Issue Description:
Specifying a header with a value that contains a colon appears to have the header value truncated.
For Example: Origin: https://www.example.com
This will only send the following header to the host
Origin: https
My assumption is that there is some regex or "split" mechanism that is looking for a ':' which causes the truncation. I haven't had time to dive the code, but wanted to report this error.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I looked for a description relative to submitting a bug, but couldn't find anything. If I missed it, please let me know.
GOAD Version: 2.0.4
GOAD Usage: Binary
Issue Description:
Specifying a header with a value that contains a colon appears to have the header value truncated.
For Example:
Origin: https://www.example.com
My assumption is that there is some regex or "split" mechanism that is looking for a ':' which causes the truncation. I haven't had time to dive the code, but wanted to report this error.
The text was updated successfully, but these errors were encountered: