mirror of
https://github.com/nmap/nmap.git
synced 2026-06-19 15:08:40 +00:00
NSEDoc for http-cors.
This commit is contained in:
parent
4e912295b1
commit
688bbb1baf
1 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
|||
description = [[
|
||||
Tests an http server for Cross-Origin Resource Sharing.
|
||||
|
||||
Cross-Origin Resource Sharing is a way for domains to explicitly opt in
|
||||
to having certain methods invoked by another domain. The script works by
|
||||
setting the Access-Control-Request-Method header field for certain
|
||||
enumerated methods in OPTIONS requests, and checking the responses.
|
||||
]]
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue