HTTP Post request - redirect to the website I'm posting to

V Munich

Пользователь
Регистрация
20.02.2014
Сообщения
85
Благодарностей
3
Баллы
8
Hi,

Sorry I couldn't explain it in a few words in the title. My issue is, using the plugin Live HTTP Headers on firefox, when I make a post request to "http://google.com", Firefox automatically loads that page with the content I'm posting into it.

When I do the same on ProjectMaker, nothing happens. Sure, Zenno posts what I'm telling it to post, but I need to get to the next page to continue my task.. On Firefox I could continue doing what I had to do because Firefox loads the next page properly, on Zenno, I GET the next page on a variable, like this:

Код:
HTTP/1.1 200 OK
Server: nginx
Date: Thu, 24 Jul 2014 15:42:30 GMT
Content-Type: text/html
Content-Length: 17321
Connection: keep-alive
Keep-Alive: timeout=65
Vary: Accept-Encoding
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding


<!DOCTYPE html>
<html>

<head>

<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="-1" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex, nofollow">

<title>BackOffice</title>
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<!--Stylesheets-->

<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/main.css" />
....
How can I make Zenno LOAD the next page, instead of keeping it in a variable??

Thanks
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
Get request or POST one doesnt use browser. If you need to open URL, you should use standard navigate action.
 

V Munich

Пользователь
Регистрация
20.02.2014
Сообщения
85
Благодарностей
3
Баллы
8
But I need to use a POST request, isn't there a way to make this work?
 

huangxiangcai_old

Новичок
Регистрация
23.03.2013
Сообщения
25
Благодарностей
4
Баллы
3

Обращаем Ваше внимание на то, что данный пользователь заблокирован.
Не рекомендуем проводить с huangxiangcai_old какие-либо сделки.

rostonix

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

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