Jump to content

htaccess request_method (POST)


elad2109

Recommended Posts

Hello every1.

 

 

2) I want to use htaccess for the following manipulation:

 

when

 

current url = POST: http://www.myDomain.com/

 

HTTP_REFERER = //www.myDomain.com/3

 

{Param2= x (some const value)}

 

will be hiddenly converted to

 

POST (not GET!)  http://www.myDomain.com/Myservice.asmx/Foo

 

{Param1 = 3, Param2= x (stays the same as before manipulation)}

 

If that cannot be done, I would like to do the following (using any apache trick)

1. Change the request method from POST to GET

2. take to POST variables and concatenate to GET url

 

or any creative idea that achieves the same.

 

Thaks for any assistant

Link to comment
https://forums.phpfreaks.com/topic/229054-htaccess-request_method-post/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.