• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Unable to send notification from Firebase Java application to mobile app thru Proxy

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I build 2 apps one for mobile phone (Android) that receives notifications with Firebase and another in Java (desktop) from which i send the notifications. The app works very well but I need to move it to a computer that is behind a proxy. How can I bypass the proxy ?

This is what I`ve tried:



This doesn`t work. Can please someone give me an example that works so I can send notifications from behind the proxy ?

Thanks and have a nice day
 
reply
    Bookmark Topic Watch Topic
  • New Topic