Open adrianobold opened 2 years ago
https://github.com/bold-commerce/subscriptions-customer-portal/blob/272a3b659c4dbb664d8e5601f82b99ad2a94b0f2/src/api/core.js#L3
This proxy using https://github.com/Rob--W/cors-anywhere/#documentation is hosted as a private service in Russia to proxy requests adding CORS headers into requests If it is necessary such service I would recommend to host our own service
Yup, this should be altered to be just our domain
const BASE_URL = "https://sub.boldapps.net/api/customer";
If they have the auth implemented correctly it will work.
https://github.com/bold-commerce/subscriptions-customer-portal/blob/272a3b659c4dbb664d8e5601f82b99ad2a94b0f2/src/api/core.js#L3
This proxy using https://github.com/Rob--W/cors-anywhere/#documentation is hosted as a private service in Russia to proxy requests adding CORS headers into requests If it is necessary such service I would recommend to host our own service