Skip to content
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

wildcards: fractionalized subdomains for full domain RP #63

Open
jsamuel opened this issue Dec 22, 2011 · 2 comments
Open

wildcards: fractionalized subdomains for full domain RP #63

jsamuel opened this issue Dec 22, 2011 · 2 comments

Comments

@jsamuel
Copy link
Member

jsamuel commented Dec 22, 2011

imported trac ticket
created: 2009-12-16 09:32:33
reporter: NukePower

re: AMO / wildcard subdomains for full domain mode please
re: ticket #8

I would prefer

sub_.domain.tld
sub.sub_.domain.tld
sub?.domain.tld

in addition to / as opposed to

*.sub.domain.tld

example sites:

[1]
bing images

http://www.bing.com/images/search?q=unicorn+power&FORM=BIFD

[2]
http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx

[3]
http://www.bing.com/maps/

allow from imageshack.us to *.imageshack.us

  • Case one is the next simplest wildcard need

http://img37.imageshack.us/img37/7712/simplecase.png

I would want

allow from www.bing.com to ts*.mm.bing.net

as I do not care to invest the time to discover the other potential domains subdelegated to the mm.bing.net zone: that is I do not want to be forced to

allow from www.bing.com to *.mm.bing.net

  • Case two might more clearly highlight the need for fractionalized subdoamins -- assuming you offer '*' for multiple characters and '?' for single character

I would want

http://img97.imageshack.us/img97/9688/case2.png

allow from technet.microsoft.com to i?.technet.microsoft.com

this would not allow i.technet.microsoft.com, but only i2, i3, and i4 (as it is currently) but potentially through i9

  • Case three is similar to case one, but changes where in the zone I want my star

http://img710.imageshack.us/img710/1577/case3.png

allow from www.bing.com to ecn.t*.tiles.virtualearth.net

as I'm not sure if

allow from www.bing.com to t_.tiles.virtualearth.net
implies
allow from www.bing.com to *.t_.tiles.virtualearth.net

SW

@jsamuel
Copy link
Member Author

jsamuel commented Dec 22, 2011

imported trac comment
created: 2010-05-11 01:50:56
author: eibwen

While the proposed wildcard characters "" and "?" are excluded by RFC from the host and domain name, it should be noted that RFC explicitly permits for special characters (eg "") in URLs.

This should be a consideration if full URL specificity ([comment:3:ticket:7 #7 comment 3]) is implemented.

@jsamuel
Copy link
Member Author

jsamuel commented Dec 22, 2011

imported trac comment
created: 2010-06-02 11:10:41
author: eibwen

Potential duplicate.
See also #8 for support of regex and CIDR in addition to wildcards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant