The way it is coded right now, it would be the work of a few lines to change, and no redirects *g*
I need to think about the security implications though; maybe post to dw-dev as well. The big problem with domain cookies is that we generally keep as much as possible out of that space, so that if someone steals your domain-specific cookie (but not your master cookie), they can't make you do stuff to that journal.
This may not be an applicable concern since we use WSSE and/or digest auth for these.
But well, frankly I don't know enough off the top of my head to say with any certainty, so I'll want to look into it first.
And yes, there's auto detection. The service document lists available collections you can manipulate (edit, etc), which includes all the relevant links that you should need.
no subject
I need to think about the security implications though; maybe post to dw-dev as well. The big problem with domain cookies is that we generally keep as much as possible out of that space, so that if someone steals your domain-specific cookie (but not your master cookie), they can't make you do stuff to that journal.
This may not be an applicable concern since we use WSSE and/or digest auth for these.
But well, frankly I don't know enough off the top of my head to say with any certainty, so I'll want to look into it first.
And yes, there's auto detection. The service document lists available collections you can manipulate (edit, etc), which includes all the relevant links that you should need.