Follow redirections
See original GitHub issueI recently used Fuel and received a 301 Moved permanently from the server with an other url in the Location header.
It would be nice if Fuel handles that kind of http codes and performs a second request automatically (or maybe when a specific parameter is enabled in Manager.instance
).
Issue Analytics
- State:
- Created 8 years ago
- Comments:11 (2 by maintainers)
Top Results From Across the Web
follow-redirects - npm
follow -redirects provides request and get methods that behave identically to those found on the native http and https modules, ...
Read more >follow-redirects - GitHub
follow -redirects has one repository available. Follow their code on GitHub. ... Node.js module that automatically follows HTTP(S) redirects.
Read more >follow-redirects - IBM
The follow-redirects command controls whether DataPower® attempts to resolve redirects. Some protocols generate redirects as part of the protocol; ...
Read more >follow-redirects
follow -redirects extends http and https with the ability to follow HTTP redirects painlessly. It does not modify the native modules but instead...
Read more >How to follow redirects using Curl? - ReqBin
To follow redirects with Curl, you need to use the -L or --location command-line option. The server indicates that the resource has moved...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@cbeust, sorry I didn’t provide you much with the info. Yes, it is fixed. Simple redirection should be supported by now.
“Closed” as in… “fixed”? 😃