HTML GET request with header attribute or authentication ?

Jaseel s

Пользователь
Регистрация
23.12.2016
Сообщения
44
Благодарностей
1
Баллы
8
Hello,

How can I get data on HTML GET request with header attribute or authentication ?
(Exampe Like this website does : https://www.hurl.it/ )

Hopefully waiting for a reply
Thanks
 

EtaLasquera

Client
Регистрация
02.01.2017
Сообщения
524
Благодарностей
112
Баллы
43
Since you are using get "you" already have passed that information...
You can't send "parameters" in get, only in post.

As example:
https://apresentacao.eadbox.com/student/courses?auth_token=wNEGyV9PaYtkzoBgKuxF

auth_token is part of cookie.
 

Jaseel s

Пользователь
Регистрация
23.12.2016
Сообщения
44
Благодарностей
1
Баллы
8
But some times we need pass authentication name and value seperately
. What about that
 

EtaLasquera

Client
Регистрация
02.01.2017
Сообщения
524
Благодарностей
112
Баллы
43

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