Is it possible to send post requests?

Stefan
06/24/2005 10:02 am
Is it possible to construct a URL that will result in OE seding a POST request to a website instead of a GET ?

Thx

Stefan
Oleg Chernavin
06/27/2005 05:50 am
Sure:

POST=.....

Best regards,
Oleg Chernavin
MP Staff
Stefan
06/27/2005 05:56 am
Can you give me some example on how to correctly use the POST option? That would be very nice.
Also, is there any way to record the post request that a certain webpage makes ?

Thx

Stefan
Oleg Chernavin
06/27/2005 06:17 am
Recording it is easy - hold down Ctrl+Alt keys when you submit a form in the Internal Browser.

Oleg
Stefan
06/27/2005 07:44 am
Thx a lot, that helped me immediately.

Stefan
Oleg Chernavin
06/27/2005 08:53 am
Great!

Oleg.
Stefan
07/01/2005 11:18 am
Is it possible to have a project consisting of many post request ?

Thx

Stefan
Stefan
07/01/2005 02:16 pm
I found the solution myself by using multiple POST= statments, however I have not figured out what do if the base URL should be different.

Stefan
Oleg Chernavin
07/04/2005 04:42 am
If you place several POST requests, then each of the Project starting URLs will be combined with each of the POST requests. For example, if you have 2 URLs and 2 POST= lines, then OE will try to load 4 requests. If you need to separate them, use separate Projects.

Oleg.
Stefan
07/04/2005 04:45 am
Thank you. That was the information I was looking for.

Stefan
Oleg Chernavin
07/04/2005 05:09 am
You are welcome!

Oleg.