5 Replies
hello anyone know what is problem with this ?
i was use this api but it give me error what is the problem
CORS policy
if the server is yours then,- you need to install the npm
cors
package and enable it as the middleware
if server is not yours- cant do anything
its not mine its steam api
You can try something like this
It’s entirely possible that the API can only be called from a server and not the front end.
Many API services do this to prevent people from leaking their credentials