Open ghost opened 3 years ago
So I looked to see what the tool got back and it was easy to see the issue.
<html>
<head><title>429 Too Many Requests</title></head>
<body>
<center><h1>429 Too Many Requests</h1></center>
<hr><center>nginx</center>
</body>
</html>
It still doesn't make sense how I could make requests fine with cURL but not this.
The issue seems to stem from the Glosbe API because when visiting https://glosbe.com/gapi/
through my browser, I also got a 429
When calling the Wordnik API directly via cURL, I have no issues.
However, running the sample program included, it doesn't work. When running it I get the following result.
Edit: I just noticed that I included the wrong API for cURL, my bad.