We use proxy for all outgoing requests from our servers. It would be great if node-apple-receipt-verify can use HTTP proxy settings. Environment variable HTTP_PROXY is used as standard.
It can be easy to fix but on the other hand, can be tricky because of https. It can be easy to fix but on the other hand, can be tricky because of https. If you will use request lib for requesting apple, it can be easier.
Hi, validator's collaborator :)
We use proxy for all outgoing requests from our servers. It would be great if node-apple-receipt-verify can use HTTP proxy settings. Environment variable
HTTP_PROXY
is used as standard.Some hints:
It can be easy to fix but on the other hand, can be tricky because of https. It can be easy to fix but on the other hand, can be tricky because of https. If you will use
request
lib for requesting apple, it can be easier.Thank you for your time.