Saving "post" link in Chrome
So I've filled out a form and it's returned a result. Now if this was a
"get" request, I'd see all the parameters in the URL, and be able to send
the link to someone else to reproduce the result. However, I believe this
is sent as a post request, so sending the link just goes back to the
original page.
Is there anyway to generate a link that reflects the parameters sent for a
post request? I think even if it's redone as a get request it'll work
fine, the form probably won't care where it's getting it's data from.
No comments:
Post a Comment