This is an exported version of the JIRA issue tracker. Please use the Google Code site to open new tickets or report updates to these existing tickets. Feel free to contact the mailing list with any questions.

[SCB-16] Add support for POST requests
Created: Mon, 21 Jun 2004 14:13:04 -0700 (PDT)  Updated: Wed, 23 Jun 2004 13:22:36 -0700 (PDT)

Status:Closed
Project:Scraping
Component/s:scraping-engine
Affects Version/s:scraping-engine-0.2
Fix Version/s:scraping-engine-0.3

Type:New FeaturePriority: Major
Reporter:Henri YandellAssignee:Henri Yandell
Resolution:Fixed 
Environment:


 Description   
Need to be able to post to get content back from the configuration file and not just use gets.
Comment by bayard [ Mon, 21 Jun 2004 14:13:50 -0700 (PDT) ]
Implemented as:

ScraperName.action=POST

The post fields are placed on the end of the uri as if they were ordinary GET fields.
Comment by bayard [ Wed, 23 Jun 2004 13:22:36 -0700 (PDT) ]
Implemented as:

Foo.method=POST
or
Foo.method=GET (the default)