-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Use a random user agent string with each http request. #447
Comments
We already have this support in nuclei and httpx project. |
I'm working on implementing this feature and was wondering if we should keep the default user agent |
@taythebot httpx has now |
If I see that httpx has an |
I've gone ahead and added the Edit: |
Sometimes you might receive http 429 error or other http errors because of the user agent string. The websites (not only archiveis) are blacklisting certain user agent strings and/or identical get/post requests that are being repeated in a short period of time. In that case, to solve this issue you have to change the user agent string in the agent.go file or preferably use a random user agent string with each http request.
Originally posted by @maldevel in #445 (comment)
The text was updated successfully, but these errors were encountered: