--
You received this message because you are subscribed to the Google Groups "ZAP Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to zaproxy-devel...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/zaproxy-develop/223db79e-9c0f-48ad-b791-2621e09317ddn%40googlegroups.com.
limit_except GET HEAD POST {
deny all;
}
3) Returned a custom error page:
error_page 400 401 402 403 404 405 406 408 409 410 411 412 413 414 415 416 421 429 500 501 502 503 504 505 507 /error_page.html
location = /error_page.html {<method>GET</method>
<param></param>
<attack>TRACE, OPTIONS methods with 'Max-Forwards' header. TRACK method.</attack>
<evidence></evidence>
<otherinfo>Using the TRACE, OPTIONS, and TRACK methods, the following proxy servers have been identified between ZAP and the application/web server:
- nginx/1.10.3 (Ubuntu)
The following web/application server has been identified:
- Unknown
</otherinfo>