wait http without redirect
See original GitHub issueHi,
It is possible to disable redirects on the http waiter for docker start
goal ?
I would like to test that my image redirect correctly. But currently the wait fail because it try to get the redirected URL.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Java Asyhronously wait for the http redirection - Stack Overflow
The problem is that the http get request comes back with an http response 200 and with the http content without waiting for...
Read more >Redirections in HTTP - MDN Web Docs - Mozilla
In HTTP, redirection is triggered by a server sending a special redirect response to a request. Redirect responses have status codes that start ......
Read more >How to decrease HTTPs redirect wait time?
I use a wordpress plugin to redirect my website to HTTPs. ... browsers to directly request the HTTPS url without going via HTTP...
Read more >Set up an HTTP-to-HTTPS redirect for a global external HTTP ...
This page shows you how to set up an HTTP-to-HTTPS redirect for the global external HTTP(S) load balancer (classic). This page is for...
Read more >How to redirect website after certain amount of time without ...
To redirect from an HTML page, use the META Tag. With this, use the http-equiv attribute to provide an HTTP header for the...
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
I think we can live without. I will take this over for the next release.
Thanks !
We could introduce a config option when needed