Search found 1 match

by harryh
Sun Jan 06, 2013 4:44 am
Forum: JavaScript programming
Topic: How can I POST JSON data with helium scraper?
Replies: 1
Views: 11607

How can I POST JSON data with helium scraper?

Hi Juan, I need to POST a JSON data request to the server. If I was doing it with curl, it would look like this: curl -i -X POST -k -H "Accept: application/json" -H "Content-Type: application/json; charset=utf-8" https://sitehere.com/search/searching.json --data '{"searchString":"","address": {"lati...