HERE API Traffic Flow 403 Forbidden

353 views Asked by At

I try requesting traffic flow data

page = requests.get('https://traffic.ls.hereapi.com/traffic/6.2/flow.xml?apiKey={}&bbox={},{};{},{}&responseattributes=sh,fc'.format(api_key,north,west,south,east))
print(page.content.decode('utf-8'))

but the response is

<html>
<head><title>403 Forbidden</title></head>
<body bgcolor="white">
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>

It was working fine yesterday though

2

There are 2 answers

0
azmifadz On BEST ANSWER

Apparently their services is down right now. Can check the status here

https://support.here.com/status

0
AudioBubble On

There was a temporary outage happened for which you faced this issue. The problem was resolved and corrective measures have been taken for it's prevention.