mirror of
https://github.com/nmap/nmap.git
synced 2025-12-21 06:59:01 +00:00
NSEDoc for http-cors.
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
description = [[
|
description = [[
|
||||||
Tests an http server for Cross-Origin Resource Sharing.
|
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.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user