-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add instructions for HTTP redirecting #138
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SimonFrings Thank you for looking into this, this looks like a nice addition! 👍
docs/api/response.md
Outdated
crawler receives a redirect, they will automatically follow the new URL provided | ||
in the `Location` header. | ||
|
||
See [response status codes](#status-codes) for more details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely a useful link, but perhaps we can make this more useful by providing more context, e.g. a list of common status codes for redirects?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a list with commonly used redirect status codes, WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SimonFrings Thank you for the update, keep it up!
This PR builds on top of #13 and #114.