Hello, Im hosting my React application in a stateless server environment, where the IP of the client keeps changing for the server. How do I bypass the hostname restriction for my project so that anyone can hit the API?
TL;DR
Developers needs to bypass hostname restriction in React application to allow access to API from changing client IPs in a stateless server environment. Solution: Use a proxy server to redirect requests without hostname restriction.