> On Jul 15, 2015, at 14:48, Laurent DAVERIO <ldave...@gmail.com> wrote:
> 
>> That’s not true on OS X/Linux/FreeBSD where it can be used to connect to it 
>> without issues. This is an issue on Windows only.
> 
> Hmm, I doubt that:
> 
>> $uname -a
>> Darwin Aki.local 14.4.0 Darwin Kernel Version 14.4.0: Thu May 28 11:35:04 
>> PDT 2015; root:xnu-2782.30.5~1/RELEASE_X86_64 x86_64
>> $ping 0.0.0.0
>> PING 0.0.0.0 (0.0.0.0): 56 data bytes
>> ping: sendto: No route to host
>> ping: sendto: No route to host
>> Request timeout for icmp_seq 0
>> ^C
>> --- 0.0.0.0 ping statistics ---
>> 2 packets transmitted, 0 packets received, 100.0% packet loss

Or curl:

Sterling:~ xistence$ curl -v -o /dev/null http://0.0.0.0:5860
* Rebuilt URL to: http://0.0.0.0:5860/
* Hostname was NOT found in DNS cache
*   Trying 0.0.0.0...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0* 
Connected to 0.0.0.0 (127.0.0.1) port 5860 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.37.1
> Host: 0.0.0.0:5860
> Accept: */*
> 
< HTTP/1.1 200 OK
< Content-Length: 4059
< Content-Type: text/html; charset=UTF-8
< Date: Wed, 15 Jul 2015 20:53:39 GMT
* Server waitress is not blacklisted
< Server: waitress
< Set-Cookie: CSRF-Token=b297974b82786bf034e5f0932ffa458c5b10ac75; 
Max-Age=864000; Path=/; expires=Sat, 25-Jul-2015 20:53:39 GMT
< Set-Cookie: 
session=Wm7adRU83E0OiyWSg69KUDQiEI4EzmIJvOJ3v2IkF29VUJJFusNgcW3HLznxcI4PFmUR6JJkvrkXGl_es1Tv34AElUkAAAAAAAAASlPIplVHQdVpshTrLHN9lIwHX2NzcmZ0X5SMKGIyOTc5NzRiODI3ODZiZjAzNGU1ZjA5MzJmZmE0NThjNWIxMGFjNzWUc4eULg;
 Max-Age=864000; Path=/; expires=Sat, 25-Jul-2015 20:53:39 GMT; HttpOnly
< 
{ [data not shown]
100  4059  100  4059    0     0   907k      0 --:--:-- --:--:-- --:--:--  990k
* Connection #0 to host 0.0.0.0 left intact

> 

> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "pylons-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to pylons-discuss+unsubscr...@googlegroups.com.
> To post to this group, send email to pylons-discuss@googlegroups.com.
> Visit this group at http://groups.google.com/group/pylons-discuss.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to