Currently we just take the resource URL as it's given by the user, but this means that e.g. http://scratch.mit.edu and http://scratch.mit.edu/ are treated as completely different URLs. We should probably do some basic normalization on the server-side.
If it were easy to do with the Make API, it'd be cool to also show a list of other tagged resources on the same domain--this could be useful e.g. if someone is tagging a site at /en-US/ that has already been tagged at /en-GB/. It's not easy to do that, so alas. But maybe it'd be useful to file a bug in the MakeAPI?
Currently we just take the resource URL as it's given by the user, but this means that e.g.
http://scratch.mit.eduandhttp://scratch.mit.edu/are treated as completely different URLs. We should probably do some basic normalization on the server-side.If it were easy to do with the Make API, it'd be cool to also show a list of other tagged resources on the same domain--this could be useful e.g. if someone is tagging a site at
/en-US/that has already been tagged at/en-GB/. It's not easy to do that, so alas. But maybe it'd be useful to file a bug in the MakeAPI?