- Регистрация
- 02.01.2017
- Сообщения
- 526
- Благодарностей
- 112
- Баллы
- 43
I'm trying to send a HTTP Get with params from C# code:
But this always return nothing.
Can anyone help me to send a custom header param with http get?
Код:
return ZennoPoster.HttpGet("https://cant_share_api_here",
instance.GetProxy(),
"UTF-8",
ZennoLab.InterfacesLibrary.Enums.Http.ResponceType.HeaderAndBody,
60,
"",
"",
false,
0,
AdditionalHeaders: new []{"Authorization:Bearer aju348d12e1324", "Accept:application/json"}
);
Can anyone help me to send a custom header param with http get?