Specify User Agent #270
Closed
therumbucket
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
@therumbucket do you have an example where you noticed UA being prepended? echo http://0.0.0.0:65161 | ./katana -H "User-Agent: test" Results into: GET / HTTP/1.1
Host: 0.0.0.0:65161
Accept-Encoding: gzip
User-Agent: test |
Beta Was this translation helpful? Give feedback.
2 replies
-
@therumbucket I'm gonna close this for now, but feel free to reopen if you'd like to. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to specify which specific user agent is sent out with katana's requests? I have tried using the -H parameter and adding the user-agent as a string, however, it appears it prepends the user-agent header with my info and contains the original header info.
Beta Was this translation helpful? Give feedback.
All reactions