Reputation: 133
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
Upvotes: 1
Views: 403
Reputation:
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.
Upvotes: 0
Reputation: 26
Apparently their services is down right now. Can check the status here
https://support.here.com/status
Upvotes: 1