From c975f61fa0cfa71ac87af5f459e5c735f6767467 Mon Sep 17 00:00:00 2001 From: RelunSec Date: Fri, 19 Dec 2025 07:48:57 -0800 Subject: [PATCH] Fix typo in README regarding URL formatting --- Server Side Request Forgery/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server Side Request Forgery/README.md b/Server Side Request Forgery/README.md index 98c35d1..091de3b 100644 --- a/Server Side Request Forgery/README.md +++ b/Server Side Request Forgery/README.md @@ -276,7 +276,7 @@ Parsing behavior by different libraries: `http://1.1.1.1 &@2.2.2.2# @3.3.3.3/` * `urllib2` treats `1.1.1.1` as the destination * `requests` and browsers redirect to `2.2.2.2` * `urllib` resolves to `3.3.3.3` -* Some parsers replace http:127.0.0.1/ to http://127.0.0.1 +* Some parsers replace http:127.0.0.1/ to http://127.0.0.1/ ### Bypass PHP filter_var() Function