Differences between revisions 2 and 3
Revision 2 as of 2020-01-21 03:10:13
Size: 83
Editor: PieterSmit
Comment:
Revision 3 as of 2020-01-21 03:11:48
Size: 250
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
 * Links: [[Security/Web]] , [[LinuxOpenSSL]]  * Links: [[Security/Web]] , [[Linux/OpenSSL]]

 * Check Headers e.g. CORS (access-control-allow-origin:) headers {{{
$ curl -k -sD - -H "Origin: https://wiki.vigor.nz" -o /dev/null https://wiki.vigor.nz/
}}}

Using Curl to access web pages

  • Links: Security/Web , Linux/OpenSSL

  • Check Headers e.g. CORS (access-control-allow-origin:) headers

    $ curl -k -sD - -H "Origin: https://wiki.vigor.nz" -o /dev/null https://wiki.vigor.nz/

Linux/Curl (last edited 2023-04-17 10:18:01 by PieterSmit)