[web-nfc] Simplify 'URL pattern' concept for watch operation

alexshalamov has just created a new issue for https://github.com/w3c/web-nfc:

== Simplify 'URL pattern' concept for watch operation ==
We can simplify URL pattern concept, while maintaining same functionality.

- Wildcard would be only allowed for path.
- Protocol is fixed to https (according to note in the spec)
- Domain matches domain and all subdomains, specifying subdomain will reduce scope to subdomain level.

Therefore, URL pattern would be a valid URL that can be tokenized / split to components with existing URL parsers.

Please view or discuss this issue at https://github.com/w3c/web-nfc/issues/124 using your GitHub account

Received on Tuesday, 30 May 2017 07:54:12 UTC