Forum Moderators: coopster

Message Too Old, No Replies

Something Stripping Post Variables

Something on the server strips the remote post variables

         

webfirst

6:03 pm on Aug 14, 2007 (gmt 0)

10+ Year Member



What could refuse remote-URL posts from passing variables into a website. Remote-URL posts are not being accepted. Something on the server strips the remote post variables out completely. Now, if I post from my site, to my site, it allows the variables to pass-thru and works. It is only remote url post that the problem occurs.

Need some help and thanks in advance.

d40sithui

7:09 pm on Aug 14, 2007 (gmt 0)

10+ Year Member



isn't this a good thing? i mean...cross-scripting is bad right?

PHP_Chimp

8:06 pm on Aug 14, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



What sort of variables are you talking about?

Do you mean that a query string is getting removed? If so then check htaccess to see if you are rewriting url's but not putting back the query string or you are using variables that will exist within your site, but may not exist from outside of your site.

As mentioned before because of cross site scripting there may be something set up at the server to block those requests. So check your htaccess/config to see if there is anything/ask the people that run the server if they have installed anything to stop XSS.