Skip to content

[wsmc/Java] HTTP server returns 'Not implemented' on non-localhost hostnames #30

@deathcap

Description

@deathcap

http://localhost:24444/ - ok
http://127.0.0.1:24444/ - Not implemented
http://anythingelse:24444/ - Not implemented

voxel-clientmc $ curl -v 'http://127.0.0.1:24444/'
*   Trying 127.0.0.1...
* Connected to 127.0.0.1 (127.0.0.1) port 24444 (#0)
> GET / HTTP/1.1
> Host: 127.0.0.1:24444
> User-Agent: curl/7.43.0
> Accept: */*
> 
< HTTP/1.1 200 OK
< Content-Type: text/plain
< Date: Mon, 08 Feb 2016 10:00:09 GMT
< Connection: keep-alive
< Transfer-Encoding: chunked
< 
* Connection #0 to host 127.0.0.1 left intact
Not implemented

Non-localhost hosts are very important so that the service can be reachable externally

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions