View previous topic
::
View next topic
|
Author |
Message |
ramon fincken Site's programmer
 Get a free globally recognized avatar It's free!
Joined: 03 Aug 2007 Posts: 412 Location: A'dam/Diemen, The Netherlands
|
Posted: Thu May 14, 2009 8:02 pm Post subject: [solution] Block external POST to my domain |
|
|
Here we go... the solution is a simple as it gets ( using htaccess )
It is in fact a tweaked hotlinking script except we don't care if its an image, but we DO care if its a PUT or a POST
Please adjust mydomain\.com to your own domain !
To test: just leave mydomain\.com and hit SUBMIT on a POST method form at your site!
Code: | RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^(PUT|POST)$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?mydomain\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule ^(.*)$ http://127.0.0.1 [L] |
ps: requests are redirected to 127.0.0.1 which is localhost.
ps2: this method may not work on all webhosts ! |
|
Back to top |
|
 |
Google adsense Advertisement
|
Posted: Thu May 14, 2009 8:02 pm Post subject: [solution] Block external POST to my domain |
|
|
Advertisement
|
|
Back to top |
|
 |
GravityForms Advertisement
|
Posted: Thu May 14, 2009 8:02 pm Post subject: [solution] Block external POST to my domain |
|
|
Advertisement
 |
|
Back to top |
|
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|