Jump to content

Recommended Posts

Posted

Username: N/A, Server: N/A, Main Domain: N/A

 

HI,

 

I have this python request in my code

 

user_agent = 'Mozilla/5.0 (Windows NT 6.1; Win64; x64)'

headers = {'User-Agent': user_agent}

req = request.Request('https://www.bit2c.co.il/Exchanges/BtcNis/Ticker.json' None, headers)

 

when I call

 

with request.urlopen(req) as response:

 

I get 403 Forbidden

 

Is this related to some heliohost settings?

 

Thanks,

Nimrod.

Posted

It has nothing to do with us. That url is protected by cloudflare anti-scraping anti-bot protection with captcha's etc.

Guest
This topic is now closed to further replies.
×
×
  • Create New...