LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   wget/curl problems PLS HELP (https://www.linuxquestions.org/questions/linux-software-2/wget-curl-problems-pls-help-354808/)

tommmmmm 08-19-2005 03:58 AM

wget/curl problems PLS HELP
 
-09:53:27-- http://<somehost.com>/game/flottenversand.php?session=4ff83a31fc69
=> `.sharingan_184'
Translacja ogame256.de... 212.227.76.85
Connecting to ogame256.de|212.227.76.85|:80... połączono.
Żądanie HTTP wysłano, oczekiwanie na odpowiedź... 302 Found
Lokalizacja: /game/flotten1.php?session=4ff83a31fc69 [podążanie]
--09:53:28-- http://<somehost.com>/game/flotten1.php?session=4ff83a31fc69
=> `.sharingan_184'
Connecting to ogame256.de|212.227.76.85|:80... połączono.
Żądanie HTTP wysłano, oczekiwanie na odpowiedź... 200 OK
Długość: nieznana [text/html]

[ <=> ] 8,239 --.--K/s

09:53:28 (87.10 KB/s) - `.sharingan_184' saved [8239]

I'm trying to send POST data to flottenversand.php but i'm getting redirected and the post data is being sent (?) to flotten1.php which I do not want to happen.

In man wget it is written:
"Note: if Wget is redirected after the POST request is completed, it will
not send the POST data to the redirected URL."

but it does not send the POST data to neither of those pages. I also tried curl, but I'm getting similar result.


any help?


All times are GMT -5. The time now is 01:44 AM.