Thanks for your fast reply! This saves a lot of time :)

Is there also a Deeplink for registering devices? I'm looking currently in the documentation for the clients and just found [server address]/ag-push.

As i see it would not possible to login if /auth is not accessible but /ag-push. If i'am right it should be save to expose /ag-push directly to the internet. Can you confirm this?


Von: aerogear-users-bounces@lists.jboss.org <aerogear-users-bounces@lists.jboss.org> im Auftrag von Matthias Wessendorf <matzew@apache.org>
Gesendet: Donnerstag, 19. Mai 2016 12:49
An: aerogear-users@lists.jboss.org
Betreff: Re: [Aerogear-users] Documentation Endpoints
 
No, not yet :-)

But I think it's a good idea, for these reasons.

HEre is a list of services

Google (GCM)
* https://gcm-http.googleapis.com:443
-> will be https://fcm.googleapis.com:443 at some point, once we are on Firebase Cloud Messaging

Apple (APNs)
production:
gateway.push.apple.com:2195
feedback.push.apple.com:2196
development:
gateway.sandbox.push.apple.com:2195
feedback.sandbox.push.apple.com:2196

At some point the proprietary protocol will be replaced with HTTP/2, than it will be:
* https://api.push.apple.com:443
* https://api.development.push.apple.com:443

Amazon:
* https://api.amazon.com:443

Not really sure for Windows, but I think it's these two:
* MPSN:  https://s.notify.live.net:443
* WNS: https://db3.notify.windows.com


I will send a PR to our website to document these. 

Thanks for asking, Philipp!


On Thu, May 19, 2016 at 12:25 PM, Philipp Koetz, mVISE AG <Philipp.Koetz@mvise.de> wrote:

Hello,


is there some kind of documentation which endpoints (Google, Android, etc.) are called potentially? We would need this to configure our firewall.


_______________________________________________
Aerogear-users mailing list
Aerogear-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-users




--