redirect web app results to own application

Posted by vbNewbie on Stack Overflow See other posts from Stack Overflow or by vbNewbie
Published on 2010-06-05T15:53:28Z Indexed on 2010/06/05 16:12 UTC
Read the original article Hit count: 182

Is it possible to redirect a web apps results to a second application? I cannot parse the html source. It contains the javascript functions that execute the queries but all the content is probably server side.

I hope this makes sense. The owner has made the script available but I am not sure how this helps. Can I using .net call the site and redirect results perhaps to a file or database?

the app accesses one of googles apis and performs searches/queries and returns results which are displayed on the site. Now all the javascript functions that perform these queries are listed in the source but I do not know javascript so it does not make much sense to me. I have used the documentation which uses the oauth protocol to access the api and have implemented that in my web app but it took me nearly a week to get the request token right and now to send requests to the api, sometimes I get one result back and sometimes none. It is frustrating me and the owner of the web app has given use of his script but he says all that happens is that my browser interacts with the google api and not his server.

So I thought why not have my web app call his, since his interacts with the API flawlessly and have the results sent to my app to save in a database.

I have very little experience here so pardon my ignorance

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about visual-studio-2008