Can you please tell me how i can solve this problem

when i send GET request using openbullet2 my request get blocked but when i send it with python same url headers everything it’s working can you tell me how i can solve it in openbullet2 i changed http library also http version same problem

image

If you are sending a host header try removing it.

Show both the python code and the LoliCode so we can compare them. You can omit the URL if you want, we just need to see the headers etc.

i did actually still same problem

Well this is something that is being caused by the c# libraries for sending requests, since python worked u can try doing whatever it is u want to do in python instead. Or u could use a python block in openbullet2 to send the request and pass the proxy to it although im not sure how efficient that is.

edit: if u have used tls client api’s before then use one of those because it should work too.

Change the library to system.net and change the http version to 2.0 and try ,maybe it will help you