[SCB-16] Add support for POST requests | |
| Status: | Closed |
| Project: | Scraping |
| Component/s: | scraping-engine |
| Affects Version/s: | scraping-engine-0.2 |
| Fix Version/s: | scraping-engine-0.3 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Henri Yandell | Assignee: | 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) |