The famous http get & post request

mtantouri

Client
Регистрация
11.08.2013
Сообщения
32
Благодарностей
1
Баллы
8
I know there has a couple discussions about http get & post request here both on the russian and english forum. Good info and with couple of demo templates.

Now, for my issue it has to do with XMLHttpRequest.

The site I'm trying to grab the info from require javascript and by running normal http get or post on the site, it will return error messege that I don't have javascript activated.

What solution/option is there for this kind of issue?

Thank you.
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113

mtantouri

Client
Регистрация
11.08.2013
Сообщения
32
Благодарностей
1
Баллы
8
Thanks for your reply rostonix, much appreciated.
After doing more digging in this subject I found out that XMLHttpRequest won't do it. As it gets only static content not dynamically generated content.

What I'm trying to do is; Get dynamic generated text when page loads.

I got no problem doing it successfully virually and get the generated text from page. But i want it to be in http request instead. Is it possible?
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
No you cannot do it in GET.
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)