79103242

Date: 2024-10-18 18:18:38
Score: 1.5
Natty:
Report link

It turned out to be a bug in the API page. If I send an ISO8601 formatted date that is not older than 72 hours, I do get a normal answer!!

One note: The date should be formatted according to iso8601, but the : must be encoded as %3A, not as a 4 digit unicode or utf8 encoding, not as a normal : which should be allowed according to http url encodings. For Swift that means that you cannot use the URLComponents, unfortunately.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Wouter