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

/redirect is relative on live site. #99

Closed
dreid opened this issue Jun 11, 2013 · 2 comments
Closed

/redirect is relative on live site. #99

dreid opened this issue Jun 11, 2013 · 2 comments

Comments

@dreid
Copy link

dreid commented Jun 11, 2013

> curl -v http://httpbin.org/redirect/1
* About to connect() to httpbin.org port 80 (#0)
*   Trying 23.23.206.95...
* connected
* Connected to httpbin.org (23.23.206.95) port 80 (#0)
> GET /redirect/1 HTTP/1.1
> User-Agent: curl/7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8r zlib/1.2.5
> Host: httpbin.org
> Accept: */*
> 
< HTTP/1.1 302 FOUND
< Content-Type: text/html; charset=utf-8
< Date: Tue, 11 Jun 2013 02:28:25 GMT
< Location: /get
< Server: gunicorn/0.17.4
< Content-Length: 215
< Connection: keep-alive
< 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>Redirecting...</title>
<h1>Redirecting...</h1>
* Connection #0 to host httpbin.org left intact
<p>You should be redirected automatically to target URL: <a href="/get">/get</a>.  If not click the link.* Closing connection #0
@pythonmobile
Copy link

Thanks for posting this Dreid :)

@kevin1024
Copy link
Contributor

Looks like I just opened a duplicate of this, so I'm closing this in favor of my new issue. See #144

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants