[
Lists Home |
Date Index |
Thread Index
]
[Rich Salz]
> BTW, since a number of followons have said that URL's are opaque, it would
> seem that a URL can be partially encrypted and fit into the REST
> architecture.
The RFC says there are two types of URIs, opaque and transparent. Fragment
identifiers and query strings are left for the target to interpret, AFAIK.
So encryping any fragment identifier or query fragment such that only the
target can decrypt it ought to fit in well. The encryped bit would have to
be url-escaped.
Is that what you were thinking of?
Cheers,
Tom P
|