Note that there are some explanatory texts on larger screens.

plurals
  1. POHow do I save specific responses from webservers in my local computer
    primarykey
    data
    text
    <p>I have been asked to write to save the data in some secure place after certain task is completed by a client.</p> <p>Here my client has alot of staffs who makes data entry in online forms provided by some different vendors. After some steps the entered data generates some results. i.e after submitting the web form. Now he wants the generated results to be saved either in local computer or in some online server.</p> <p>Can it be done by:</p> <p>1.) Creating a local web server which sits in between the users and the online main third party server and record all the generated results?</p> <p>2.) Creating a browser extension [m thinking about firefox] and forcing users to navigate via the specific browser and record all the generated results?</p> <p>**I am pretty sure that second method can work as firebug is doing that only need to add some functionality to save the data.</p> <p>any idea will be appreciated.</p> <p>Sorry for mis-leading guys. To make more clear here are some more explanation.</p> <p>a.) I am writing application to one of my client who has many staffs who enters data in abc.com website. b.) User submits the data to abc.com. c.) the website abc.com produces or generates some result as per input data and sends back to user. d.) Now I need a system which will be inbetween the staffs/user and abc.com website and track the responses of abc.com and save it to some location automatically. e.) Currently the data entry user will manually save the result to his local computer and if he/she forgets to save then we miss the result so want to do it automatically so that we wont be missing any single result.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload