Forum Moderators: coopster & phranque

Message Too Old, No Replies

Big problem with post methid

POST method cgi

         

flower

2:39 pm on May 2, 2004 (gmt 0)

10+ Year Member



Hi
I have a big problem
Post method on my scripts don't work....
I tried to change it to GET and it's work, but only with forms on same address..
For sending data to another server it can't work good
I don't use cgi.pm I use standard coding for reading data..

almost one year i'ts work everything fine...today it don't work

Any suggestion?

jatar_k

5:23 pm on May 2, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld flower,

Is it in IE?

I had this problem
The disappearing POST Array [webmasterworld.com]

flower

7:57 pm on May 2, 2004 (gmt 0)

10+ Year Member



Well.. This is not same problem....This is happen with all user agents, mozzila...etc..
This is the problem with the server, but I don't know how to resolve it!
It happens after I added one link to my site and Yesterday I aded on couple pages iframe banner
I don't know if this can produce this problem, but this is only what I change on my site before problems occur

Next question
Is it maybe possible some kind of attack to server and this can be results of this attack?

I 'll apreciate any help!

Thanks!

jatar_k

5:07 pm on May 3, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Well, you can't disable POST on a server by just changing a link.

The only way I know of to limit POST is using Apache.

see
<Limit> [httpd.apache.org]
<LimitExcept> [httpd.apache.org]

these are allowed in .htaccess or httpd.conf so maybe check for those.

VectorJ

5:12 pm on May 3, 2004 (gmt 0)

10+ Year Member



If you have access to your logfiles, check the error log to see what the problem may be. This sounds like an Apache configuration problem to me.

flower

5:56 pm on May 3, 2004 (gmt 0)

10+ Year Member



Hi I checked with php script and it's work :)
so I guess this is the problem with perl interpreter maybe....

Does htaccess can stop working POST with php I guess it can but asking anyway..