angular-http-server
angular-http-server copied to clipboard
Proxy config secure flag
Adds new option secure to the config. Allows HTTPS requests to self-signed certificates. The secure flag is set to true if it isn't configured. In that way the behavior stays the same as it was before this change.
Closes Issue #54
Thanks very much
I have very little time and will need to find a way to test this, which will mean there will be a delay in reviewing. Hopefully in the next few weeks
@simonh1000 I could really use this... anyway we can help you test?
This looks good to me. What do you think @AVierwind ? @tomtucker18 - could you merge master into your PR?
Seems good to me!
@simonh1000 I've implemented your proposed change. Now the whole proxy config object is used on proxy creation. However, I left the format of the existing properties (forward, target, protocol) as they are in order to maintain backward compatibility.