Waboodoo / HTTP-Shortcuts

Android app to create home screen shortcuts that trigger arbitrary HTTP requests
https://http-shortcuts.rmy.ch
MIT License
1.17k stars 113 forks source link

Check wifi network when sending a http request #210

Closed crasu closed 3 years ago

crasu commented 3 years ago

I have different wifi networks at home and want to make sure I am connected to the correct one before sending out a http request. This makes it possible to configure a wifi network for a request and checks if you are connected to the correct network. If not it presents the wifi selection dialog.

This is somewhat related to this feature request: https://github.com/Waboodoo/HTTP-Shortcuts/issues/46

crasu commented 3 years ago

Thank you for your comments - I hope I addressed them all ...