Skip to content

Instantly share code, notes, and snippets.

@andiMenge
Last active September 27, 2022 08:13
Show Gist options
  • Select an option

  • Save andiMenge/ed7a1a87bbef2527683502f6a499703c to your computer and use it in GitHub Desktop.

Select an option

Save andiMenge/ed7a1a87bbef2527683502f6a499703c to your computer and use it in GitHub Desktop.
HTTP and HTTPie stuff

CORS PreFlight Request

http --follow --verbose OPTIONS http://localhost:1337/ Access-Control-Request-Method:GET Access-Control-Request-Headers:X-Requested-With Origin:localhost

Test TLS Connection

openssl s_client -tls1_2 -connect google.com:443

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment