Hello!
This post is aimed at people who know things about HTTP. CoWeb often
responds to a HTTP post. When people press the back button, the browser
asks if you want to repost the data. Is there a way to stop this
behaviour? For edits, I am able to stop this by sending a redirect. On
others, such as search and attachments, I use the same URL and redirect
doesn't work. Is there another solution? For instance, could I use
another status code such as #created (201) or #accepted (202). If I can't
find another solution, I will have to put in more redirections.
Peace and Luck!
Je77