Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
It's gonna be 400 bad request. You are trying to GET a ',' with a protocol: '/girlfriend'.
Learn your protocols buddy -
asgs112795y@netikras if the protocol is not HTTP, then 400 is not a possible status code.
Actually, it depends on how the "/girlfriend" protocol is defined/implemented -
@asgs
netikras@netikras-xps:~$ nc 172.9.0.5 8080
GET , /girlfriend
HTTP/1.1 400
Transfer-Encoding: chunked
Date: Thu, 05 Sep 2019 21:28:29 GMT
Connection: close
0 -
asgs112795y@netikras ah, makes sense now. Such a malformed request is still parsed by an HTTP server (running on port 80) which doesn't understand the girlfriend protocol 👌
Related Rants
Request: GET, girlfriend/
Response: 404 Not Found
joke/meme
joke