I filled out a lengthy form on a webpage which rejected my submission due to a server error. I can't seem to recover the form input.
Is there any way in Firefox to look into caches, history, etc. to recover this information?
|
feedback
|
|
Whew! I figured out a solution -- I was able to hit the "back" and "forward" button with the "Live HTTP Headers" extension capturing incoming/outgoing traffic, and the form information was part of a POST response. (Firefox will resend form input, not sure where that's stored, but doesn't have any obvious built-in way to display it to users) | |||||||||||
feedback
|
|
I'd recommend you to install Lazarus - it has saved my butt enough number of times. | |||
|
feedback
|
|
I'm afraid form contents aren't cached... Regular input fields (single line) may be saved with auto fill, yet text area's (multiple lines, the one that you probably typed in) aren't. | |||
|
feedback
|