SOCKS Proxy and HTTP Proxy considerations with push notifications
Posted
by
J.Ashworth
on Server Fault
See other posts from Server Fault
or by J.Ashworth
Published on 2012-11-02T05:05:27Z
Indexed on
2012/11/02
5:08 UTC
Read the original article
Hit count: 246
proxy
|application-server
I'm working with push notifications in a mobile application, and I've been informed that a lot of our clients may be using SOCKS or HTTP proxies for outbound and inbound traffic.
Is there anything in particular I need to program or document with regards to deploying our mobile app in this sort of environment? If you were setting up and installing the application server, what guarantees would you want from the person that had programmed it? Specifically regarding push notification services for all four major OSes (APNS, GCM, BPS and MPNS).
I've got absolutely no experience with proxies or server deployment, in case you couldn't tell :)
© Server Fault or respective owner