Code Monkey home page Code Monkey logo

Comments (5)

jlongster avatar jlongster commented on May 20, 2024

I've noticed that Firefox does that sometimes. I don't know if it's a caching issue or what, but it happened on my personal site randomly. If I just type example.com, I'll be randomly taken to www.example.com.

Agreed that this needs fixing, I've hit it this several times. Same thing for http://www.lljs.org/

from sweet-core.

ttaubert avatar ttaubert commented on May 20, 2024

A little OT but that's the Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=765337

from sweet-core.

disnet avatar disnet commented on May 20, 2024

Paging @dherman master of the domain.

from sweet-core.

etlovett avatar etlovett commented on May 20, 2024

It appears that this has been fixed by adding a redirect (see below). Should it be closed?

$ curl -v "http://www.sweetjs.org/"
* Adding handle: conn: 0x7fc0e0803a00
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x7fc0e0803a00) send_pipe: 1, recv_pipe: 0
* About to connect() to www.sweetjs.org port 80 (#0)
*   Trying 199.27.79.133...
* Connected to www.sweetjs.org (199.27.79.133) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.30.0
> Host: www.sweetjs.org
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
* Server GitHub.com is not blacklisted
< Server: GitHub.com
< Content-Type: text/html
< Location: http://sweetjs.org/
< Expires: Sat, 16 Aug 2014 19:48:01 GMT
< Cache-Control: max-age=600
< Content-Length: 178
< Accept-Ranges: bytes
< Date: Sat, 16 Aug 2014 19:38:22 GMT
< Via: 1.1 varnish
< Age: 22
< Connection: keep-alive
< X-Served-By: cache-lax1434-LAX
< X-Cache: HIT
< X-Cache-Hits: 1
< X-Timer: S1408217902.979006767,VS0,VE0
< Vary: Accept-Encoding
<
<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
* Connection #0 to host www.sweetjs.org left intact

from sweet-core.

disnet avatar disnet commented on May 20, 2024

Indeed :)

from sweet-core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.