How to get data from a callback url in an SPA?

970 views Asked by At

I am working on a React application and it makes an api call that sends updates to a callback url which I must define. I have two questions:

  1. How do I create a callback url?
  2. How do I get the data from that callback url if my application is front end only and it doesn't have a server to listen for requests?

Thanks in advance!

0

There are 0 answers