1
0
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:
david
2011-10-04 06:22:27 +00:00
parent 4e912295b1
commit 688bbb1baf

View File

@@ -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.
]] ]]
--- ---