iamj0ker / bypass-403

A simple script just made for self use for bypassing 403
1.62k stars 275 forks source link

feature request #13

Closed AnotherWayIn closed 8 months ago

AnotherWayIn commented 1 year ago

I read changing the protocol version can work in some cases too

curl --http1.0 for example

thanks

Jaswanthravichandran commented 1 year ago

Actually, as you said modifying the HTTP protocol version does not lead to a 403 restriction bypass or page bypass if the protocol version is modified the server will respond with 400 bad requests or ignore the unsupported version and fall back to a compatible version.