Can't get web browser to redirect after POST using HTTP/1.1 303 See Other
I have built an HTTP webserver on my STM32F407 custom board. I have multiple pages working. One of the pages lets the user select a file using the browser and upload it to the webserver. All of that is working. My issue is that when the upload completes I can't get the web browser to redirect to my home page. If I send it the home page it correctly displays it but the URL remains "upload.cgi". As far as I can tell from reading lots of google search results the following should work, but after the upload the browser keeps spinning the favicon. Any ideas?
HTTP/1.1 303 See Other
Location: index.html
Mike.
