<html><head></head><body><div style="font-family:verdana, helvetica, sans-serif;font-size:13px;"><div style="font-family:verdana, helvetica, sans-serif;font-size:13px;"><div></div>Hello,<br><br>We use Shibboleth SP and IdP, our UI is AngularJS based, after timeout expired, browser sent a HTTP POST request (Ajax XHR), SP session gets renewed and then SP responded to browser with HTTP status 302 with Location header set to HTTP POST target, following HTTP specs, browser then sent HTTP GET request to the original POST target, and gets a 404.<br><br>How to set up SP to handle this? Can SP use HTTP status code 307 when original request is a POST? From what I read, 307 is required to redirect HTTP POST request.<br><br>Thanks,<br>William<br><br><br></div></div></body></html>