[
https://issues.apache.org/jira/browse/NUTCH-2153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978764#comment-14978764
]
Aron Ahmadia commented on NUTCH-2153:
-------------------------------------
The API from https://wiki.apache.org/nutch/Nutch_1.X_RESTAPI:
POST /db/crawldb with following
{ "type":"stats",
"confId":"default",
"crawlId":"crawl01",
"args":{"someParam":"someValue"}
}
uses a POST to request information (stats).
This should be a GET.
> Nutch REST API (DB) uses POST instead of GET to request
> -------------------------------------------------------
>
> Key: NUTCH-2153
> URL: https://issues.apache.org/jira/browse/NUTCH-2153
> Project: Nutch
> Issue Type: Bug
> Components: REST_api
> Affects Versions: 1.10
> Reporter: Aron Ahmadia
> Priority: Trivial
> Labels: memex
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)