- Wed Aug 31, 2016 7:15 am
#54165
Oh, by the way - for anyone seeking to try this, there's another thing I noticed. If you try to use a browser like google chrome (on android - I assume the same will be the case for anything Bing or the like) it will try to do a search on anything and everything that does not resemble a hostname. This is even the case for something like 'mydevice.local' even if you include the http:// in front of it. the problem is that google appends it to a
https://www.google.com?whole=bunch&of=search&crap=etcWhich means that https will crap out and return a failure rather than redirecting the user to somewhere you want them to go. If I use something like mydevice.com, mydevice.org or mydevice.net after http:// it goes just fine because chrome thinks it's a domain and tries going direct first. Yay google! *just shakes head*
Someone should grab them and bitch slap them for that.