Config only work on macos. Windows and Linux not work

Hi, I make a config with _abck cookie.
When I tried to run it on macOS, it worked. But when I run it in Windows 10, it doesn’t work.
Idk what I need to do for it to run on windows. Can someone help me for this. Thanks for help

On Macos:
Response code: 200

On Windows:

Response code: 403
Received Headers:
Server: AkamaiGHost
Mime-Version: 1.0

This is probably because on windows it uses SChannel as TLS while on mac it uses openssl, these are two different TLS libraries and they might produce a different TLS fingerprint which is picked up by anti-bot frameworks like Akamai. I suggest you use macOS / Linux. You could even install WSL 2 on windows so you can basically have ubuntu inside windows and run OB2 from there using the web client, so you have all the benefits of Linux without having to leave windows.

Thanks for help. I tried config on both windows and linux, not working too. only macOS :))

Did you install the latest openssl on linux? Sometimes it’s outdated and will not support TLS 1.3 or custom cipher suites selection, make sure you update it.

yes. i tried all, upgrade all. but still can’t. only work on macOS
I have 2 project and using HTTP 2.0, it only work on macOS