79533892

Date: 2025-03-25 14:03:43
Score: 2
Natty:
Report link

This is a problem with the updated handler. By default the redirect() method responds with a "302 found" HTTP Response Code.

You have to change the Response Code to "303 See Other" by changing your "return redirect(...)" to "return redirect( ... ,303)".

Found in the Book "Hypermedia Systems"

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Schloeoeth