Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
WaxProlix
on Feb 28, 2022
|
parent
|
context
|
favorite
| on:
Hoppscotch: Open-source alternative to Postman
Can't `nc` (netcat) do (basically) this? `cat myRequest.http | nc <hostname> <port>`
Not robust, but it comes with all systems for free.
mkdirp
on Feb 28, 2022
[–]
Now do HTTPS.
Kwpolska
on Feb 28, 2022
|
parent
[–]
https://serverfault.com/questions/102032/connecting-to-https...
openssl s_client -connect example.com:443
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Not robust, but it comes with all systems for free.