sarahm16
sarahm16

Reputation: 308

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

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!

Upvotes: 0

Views: 1305

Answers (0)

Related Questions