The firewall, of course, will not block it, and the router will route it.
I would suggest using HTTP 1.1. Most likely, nothing will affect if you use HTTP 1.0. However, you never know who else might use your HTTP client in the future and what a terrible server implementation it will use.
You also need to ask yourself why you are using the HTTP client in the first place. Why not just use the standard library? I donβt know which language you use, but libcurlhas bindings for many languages.
Read more about libcurl here .
source
share