Danny-Dasilva / CycleTLS

Spoof TLS/JA3 fingerprints in GO and Javascript
GNU General Public License v3.0
823 stars 163 forks source link

302 Location Url Error #323

Closed DeHby closed 4 months ago

DeHby commented 5 months ago

Description

GET https://t.cn/

The response is: Location: http://weibo.com/ But according to the packet capture logs, it was found that the redirected URL was incorrect image image Using Winnet's packet capture logs: image

go version go1.21.6 windows/amd64

Issue Type

Bug

Operating System

Windows 10

Node Version

Other

Golang Version

Other

Relevant Log Output

No response

lif0 commented 4 months ago

If you open https://weibo.com/, the first you will be redirected to https://weibo.com/login; Example:

image

How fix that: as long as you can use https://weibo.com/

image
lif0 commented 4 months ago

@Danny-Dasilva I think, i can fix that, I will try to make PR as soon as I have time, what do you think?

lif0 commented 4 months ago

@DeHby hey, bro, i was fixed that. PR: https://github.com/Danny-Dasilva/fhttp/pull/2

Снимок экрана 2024-02-09 в 14 26 27

Danny-Dasilva commented 4 months ago

Changes have been merged and live in the 1.0.26 release