1
1
10101010010001001101001112012-05-30 08:40:29
PHP
1010101001000100110100111, 2012-05-30 08:40:29

How to send a POST request using Internet Explorer's COM Automation?

I send GET requests like this:

<?php
$browser = new COM("InternetExplorer.Application");
$browser->Navigate("habr.ru");
I would like to learn how to send POST requests, (and add REFERER if necessary).

Answer the question

In order to leave comments, you need to log in

1 answer(s)
4
4dmonster, 2012-05-30
@1010101001000100110100111

Navigate(URL As String, [Flags], [TargetFrameName], [PostData], [Headers])

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question