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 have a development backend running on HTTPS with a self-signed certificate. With the angular-http-server I proxy all /api requests to this server. The problem is that the proxy won't make a request to this "insecure" backend.
This problem could be solved with a configuration option for secure/insecure requests. With this feature, the config would be as following.
I have a development backend running on HTTPS with a self-signed certificate. With the angular-http-server I proxy all
/api
requests to this server. The problem is that the proxy won't make a request to this "insecure" backend.This problem could be solved with a configuration option for secure/insecure requests. With this feature, the config would be as following.
The node-http-proxy library used in this project allows the secure option to be configured. (Proxy Options)
The text was updated successfully, but these errors were encountered: