Reconnect router (Fritz!Box)
Moderator: Martin
Reconnect router (Fritz!Box)
Based on https://gist.github.com/martinklepsch/3 ... 221cc569e3 i tried creating an action for it but i get an invalid response
Unofficial AutoMagic Telegram Group: https://t.me/automagicforandroid
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Re: Reconnect router (Fritz!Box)
I don't know the fritz box requests, but I can see that the URL is faulty (remove the whitespace and the "HTTP/1.1")
Also Handle redirects should be enabled since you want to access the HTTPS isntead of the HTTP (you enabled certificate but access the unsecure HTTP)
I also doubt, that you need the HOST Header (with port...) ... this is, I believe, done automatically by the action. (altough also I am not sure if it can be overwritten or will occur twice)
Also use debug dialog condition after the request - this might help too
Also Handle redirects should be enabled since you want to access the HTTPS isntead of the HTTP (you enabled certificate but access the unsecure HTTP)
I also doubt, that you need the HOST Header (with port...) ... this is, I believe, done automatically by the action. (altough also I am not sure if it can be overwritten or will occur twice)
Also use debug dialog condition after the request - this might help too
