appengine端点POST方法抛出414" Request-URI太大"当参数值很长时

时间:2014-04-23 12:11:20

标签: google-cloud-endpoints

当keywords参数中的值太长时,它会抛出

  

com.google.api.client.googleapis.json.GoogleJsonResponseException:414 Request-URI Too Large

虽然HttpMethod是POST,但仍在尝试发送URL中的值。 以下是ApiMethod声明。

@ApiMethod(name="savePersonAsAdmin")
public Person savePersonAsAdmin(@Named("name") String name, @Nullable @Named("keywords") String keywordCsv)

还尝试显式设置httpMethod = HttpMethod.POST,但仍然是同样的错误。

0 个答案:

没有答案