php - 403 Forbidden Error While Sending GET Data -


my server linux server , reseller mine. can reach whm panel, .

when data comes :

a.php?url=http://www.domain.com 

return 403 forbidden.

but if data comes :

a.php?url=www.domain.com 

it's working.

so, http:// generating error. how can fix ?

also, returning 403 forbidden :

a.php?url=http%3a%2f%2fwww.domain.com 

thanks.

this 1 of mod_security corerules. i've had same issue on previous host. don't remember rule name however.

you should investigate core rules version. 2.1.1 current, , might have relaxed peculiar filter. if updating or reconfiguring doesn't else have base64_encode() url parameter (simpler encodings sniffed mod_security).

secfilterdebuglog /var/log/apache2/modsec_log secfilterdebuglevel 4 

enables debug logging of mod_security, can find out rule caused issue - if want disable (advisable). http://www.modsecurity.org/documentation/modsecurity-apache/1.9.3/modsecurity-manual.html#07-logging


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -