Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question on request types supported #1

Open
bretcj7 opened this issue Apr 24, 2014 · 3 comments
Open

Question on request types supported #1

bretcj7 opened this issue Apr 24, 2014 · 3 comments

Comments

@bretcj7
Copy link

bretcj7 commented Apr 24, 2014

Will this support with minor changes a POST request that uses the asp.net __VIEWSTATE formdata parameter? Specifically looking to see if this will work with this site: http://findnra.nra.org/ on the search they have?

If not would like to help contribute to support different request types. Thanks!

@zacclery
Copy link

Hi,
Tried using your scraper, I get the 'Magic happens...' text on the console, but nothing after that. 8081 just prints 'Cannot GET /' am I missing something?
Thanks.

@hasdavidc
Copy link

@zacclery - you need to hit localhost:8081/scrape, as defined here: https://github.com/scotch-io/node-web-scraper/blob/master/server.js#L7

Also, on another note, this doesn't really need to be an Express server at all. If going to the /scrape route kicks off the scraping, why not just run the scrape via Node in the first place?

btw, totally unrelated to the issue that bretcj7 opened

@hemangsk
Copy link

hemangsk commented Mar 7, 2016

Any ideas on how to do this on c9.io.. because I'm firing up the server using c9.io's terminal, with node server.js and its doing nothing after "Magic happens.."
Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants