cURL POST & GET command not working -


i trying apply curl command on website: http://surework.com/postalcode.html

this curl applying:

curl --data "address=658071&button=find" http://surework.com/postalcode.html 

but not working.

may know doing wrong?

if want replicate form submit curl command, won't work page mentioned. page intercepts form submit javascript, form submission doesn't reach server @ all.
unless can add post requests processing server side code, won't able expected results on website curl command.

however, if need result similar show on page, may curl http://gothere.sg/maps/geo directly instead of surework.com.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -