rudigiesler / mathml-to-image-service

HTTP Rest API for converting mathml to various image formats
MIT License
6 stars 9 forks source link

Change redirect to 303 #21

Open rudigiesler opened 10 years ago

rudigiesler commented 10 years ago

302 is not the correct response for a redirect to a GET from a POST, 303 is a more correct code to use. Information:

http://tools.ietf.org/html/rfc7231#section-4.3.3 http://tools.ietf.org/html/rfc7231#section-6.4.4 http://en.wikipedia.org/wiki/HTTP_303