-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Urls not advertised #39
Comments
To clarify i used the examples/url/name.js |
Hi @Gabe2004 , maybe your problem is not the sender but into the receiver. What are you using to detect? Meanwhile, please check the following:
99% of the time, if a URL is rejected, it is due to the first 2 items on this list. I hope it helps. -Jeff |
I can't get https//www.intel.com to work with the Chrome widget on iOS. However https://www.example.com is working fine. Note: if I use the Physical Web (PhyWeb) iOS app, intel.com works fine. |
@jeffprestes was correct about robots.txt. This was my guess at first and confirmed. However is there a way to advertise ignoring https and robots.txt requirements? We wont be able advertise a lot urls if not and not sure how useful this will be. |
@sandeepmistry i was advertising from a win 10 laptop while using my marshmallow phone. Both the physical web app and chrome gave same results. |
Phone was the client in this case |
Unfortunately @Gabe2004 the by the Physical Web definition (Google) it must be crawled and under HTTPS. There is no other way. |
@Gabe2004 For debugging I use nRF Connect on Android. Although the Google apps reject your beacon, you can see the URI is being broadcast. There's an nRF Connect for iOS too, but it only shows the raw bytes, rather than the decoded data. |
I got the name.js example running and successfully advertised the demos eff website to a chrome browser on a client. However i could only get two .org websites to advertise on my client. .com sites like intel.com lenovo microsoft etc never made it to my chrome client. Is the proxy filtering these sites? How can this be debugged?
The text was updated successfully, but these errors were encountered: