in reply to Re: Combining a web application and a REST application under a single URI?
in thread Combining a web application and a REST application under a single URI?

Thanks, and for those following along at home, that's section 14.1 of the HTTP 1.1 specification. Select 'text/xml' and we're off to the races (and I may add application/xml as well).

Alex / talexb / Toronto

"Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

  • Comment on Re^2: Combining a web application and a REST application under a single URI?

Replies are listed 'Best First'.
Re^3: Combining a web application and a REST application under a single URI?
by Anonymous Monk on Jul 28, 2006 at 16:01 UTC
    Reminder: Since you are delivering different HTTP responses according to a UA supplied header field, you must add the appropriate Vary header to your HTTP response.