Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/api/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Web services 可以传递给web服务的参数数?_Web Services_Api_Rest - Fatal编程技术网

Web services 可以传递给web服务的参数数?

Web services 可以传递给web服务的参数数?,web-services,api,rest,Web Services,Api,Rest,我正处于设计API的头脑风暴阶段 我只是想知道我是否需要担心传递给它的参数数量或字符数量 在GET方法中,您被限制为2048个字符(至少Internet Explorer有此限制) 但是,没有为URL指定大小限制 POST方法没有限制

我正处于设计API的头脑风暴阶段


我只是想知道我是否需要担心传递给它的参数数量或字符数量

在GET方法中,您被限制为2048个字符(至少Internet Explorer有此限制)

但是,没有为URL指定大小限制

POST方法没有限制