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

Consider implementing no-follow-redirect #44

Closed
athrunsun opened this issue Nov 15, 2017 · 9 comments
Closed

Consider implementing no-follow-redirect #44

athrunsun opened this issue Nov 15, 2017 · 9 comments
Labels
Enhancement Enhancement of project related modules and functions.
Milestone

Comments

@athrunsun
Copy link

Hi,

This might be a dumb question but is there any way or any settings I can use to turn off automatically following redirect?

@brookshi
Copy link
Owner

Hi,

Sorry, Hitchhiker doesn't support no-follow-redirect yet. it's easy to support it, i'll implement it in v0.5.
One thing i wonder is which level this setting should be: request, collection or project.
What do you think?

Thanks,

@brookshi brookshi added this to the v0.5 milestone Nov 15, 2017
@brookshi brookshi added the Enhancement Enhancement of project related modules and functions. label Nov 15, 2017
@athrunsun athrunsun changed the title [Question] Any way to implement no-follow-redirect? Consider implementing no-follow-redirect? Nov 15, 2017
@athrunsun athrunsun changed the title Consider implementing no-follow-redirect? Consider implementing no-follow-redirect Nov 15, 2017
@athrunsun
Copy link
Author

athrunsun commented Nov 15, 2017

Hey @brookshi ,

Thanks for your feedback.

For simplicity I think we can put it at global level, in the global settings. Does this sound good to you?

@brookshi
Copy link
Owner

Does global mean project level? Sometimes there are different Collections in a project with different business logic, project level setting may not suitable for this case. What about Collection level, it's between Project and Request, could meet most of requirements.

@athrunsun
Copy link
Author

@brookshi Actually I mean for the whole hitchhiker app, like postman.

@brookshi
Copy link
Owner

Get it. But Hitchhiker is created for team which is different from Postman, a global request setting doesn't seem to make sense for multiple projects.

@athrunsun
Copy link
Author

@brookshi OK, if that is the case, go ahead with collection level. Thanks!

@brookshi
Copy link
Owner

Thank you for understanding. 😄

@athrunsun
Copy link
Author

@brookshi No, don't thank me. I should thank you for accepting this feature request. 😃

@brookshi
Copy link
Owner

fixed, a new option in Collection's menu named Request Follow Redirect, default is false.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Enhancement of project related modules and functions.
Projects
None yet
Development

No branches or pull requests

2 participants