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

The web redirect to the github page is weirdly broken #28

Open
halfbyte opened this issue Jun 25, 2017 · 1 comment
Open

The web redirect to the github page is weirdly broken #28

halfbyte opened this issue Jun 25, 2017 · 1 comment

Comments

@halfbyte
Copy link

I'm part of depfu.io and as part of our service that helps teams keeping their dependencies up to date, we link to changelogs of projects.

Our heuristics to find the github repos (coming from the metadata stored at rubygems.org) stumbled over your web server that gives very weird and inconclusive results: Here's a curl session with a few tries:

$ curl -i http://valuable.mustmodify.com/
HTTP/1.1 200 OK
Cache-Control: max-age=900
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 25 Jun 2017 20:11:04 GMT
Content-Length: 225
Age: 83
Connection: keep-alive


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">
<html>

This website is temporarily unavailable, please try again later.


<!-- pageok -->
<!-- 12 -->
<!-- -->
</html>
$ curl -i http://valuable.mustmodify.com/
HTTP/1.1 302 Found
Connection: close
Pragma: no-cache
cache-control: no-cache
Location: /
curl -i http://valuable.mustmodify.com/
HTTP/1.1 301 Moved Permanently
Cache-Control: max-age=900
Content-Type: text/html
Location: http://github.com/mustmodify/valuable
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sun, 25 Jun 2017 20:16:46 GMT
Content-Length: 0
Age: 0
Connection: keep-alive

This looks like a misconfigured web server. For some reason the redirect generally works in the browser, but it would be nice if you could look into the cause of this.

(also, it would be super nice if you could configure the "source code" URL in rubygems, as this would make the automated lookup even simpler)

@mustmodify
Copy link
Owner

mustmodify commented Jun 25, 2017 via email

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

2 participants