You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build the following scenario: I have two components, and am trying to make requests from one to the other.
Because I don't know the actual URL the application will be available at before hand, every time the application is moved I need to change the allowed_http_hosts configuration if I want to continue to be able to send request to another component of the same application.
There are two options I see:
always allow requests to component of the same application
similar to the insecure:allow-all option, add a self option