Previously, the code could not distinguish between a redirect and resource creation during POST or PUT processing. Users should use the Rd.redirect function to indicate that the request should be redirected while setting the Location header to the appropriate value.
Previously, the code could not distinguish between a redirect and resource creation during
POST
orPUT
processing. Users should use theRd.redirect
function to indicate that the request should be redirected while setting the Location header to the appropriate value.