텔레그램 id @sosto1 연락주세요.기능1.
유튜브 라이브 스트림 동시시청자봇,라이브 조회수봇. 쇼츠 조회수 1개링크에 1000000조회수 늘리기 기능이 필요합니다
당신이 나에게 꼭 필요합니다 .10년동안 나와 계약 합시다.
httpclient Bug ?
-
@support just found out that httpclient is not sending custom headers in the order they are set.
Example - Header set in BAS httpclient

After Request sent
( image from fiddler )

As you can see above, the headers are misplaced and are not sent as set in httpclient.
BAS Version - 20.7.6
-
Made some changes, additional headers will preserve its order after 20.8.6 version.
But that doesn't concern standart headers likeAccept,Connection,Host,Cookie
You also setHostandConnectionheader and this may be dangerous, it is better to let http client do it. -
Sorry, but I'll probably won't include this change. Caus there are still many differences,
Accept-Encodingfor example.
Web standarts says, that header order could be arbitrary so it shouldn't be a big problem.
If you want to set headers order in http client, you will probably need to modify libcurl source(