Light
Light
同样被困扰,https下无法获得用户真实IP,有什么解决办法吗? 另外其他服务比如SSH,有办法获得用户真实IP吗?
> 我的处理方法是使用nginx作为入口,反向代理TCP隧道的端口,这样可以将用户的ip信息加进http头中 http可以,但是测试过https不可以,有解决办法吗?
没有错误,只是获取不到用户真实IP,获取到的是npc客户端的IP
谢谢回复,不能在后端nginx加入这些参数,因为是给其他人用的,我进不了系统。只能在nps服务器或者nps系统上想办法。
非常感谢,nps的作不是更新了?好久no update.
谢谢我去看一下。
Hi, sir Thanks for your reply. In my case, talkingheads can open Chrome and visit openai website. But chatgpt will check if it's a robot, after i manual pass it...
1. Yes,sir. It is the verification page. and you are correct i am using a VPN. But i can use Chatgpt in a normal Chrome and also can use this...
Update: The following code works well without login but I need login and use ChatGPT4 from talkingheads import ChatGPTClient chathead = ChatGPTClient( cold_start=True, incognito=False, headless=True, verbose=True, user_data_dir='/Users/androids/Downloads/profile' ) response =...