Call Yelp API through ajax in node.js causes 404 error

53 views Asked by At

I call Yelp API in backend node.js with ajax method. I use get method to get the data, and I'm sure that my headers and get parameters are correct. Don't know why there's a 404 error.

Here's my ajax call: enter image description here

This is the error that I get: enter image description here

How to avoid this error?

0

There are 0 answers