-
Notifications
You must be signed in to change notification settings - Fork 390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Es17"Wrong Request #129
Comments
项目是Mac电脑刚刚新建的,不应该存在BOM头 |
Wrong Request 不是 BOM 的问题,是请求无效。你的请求是空的。 |
@andot 那怎么测试服务端启动成功了? 我用PostMan POST访问就是
用客户端就是timeout |
你POST的内容是什么? |
无论post有没有参数都会报这个结果,对参数格式有什么要求吗,在本地请求的,是不是需要在外网环境下进行测试? |
参数格式跟你服务器端选择的编码器有关。如果是默认的编码器,那么POST的内容需要是 hprose 格式的请求。如果是增加了 JSONRPC 编码器,那 POST 的内容可以是 JSONRPC 格式的内容。 |
在浏览器下不带参数是可以的,但是postman工具请求就会报Wrong Request,这是为什么呢?如果想携带参数那该怎么在浏览器上测试呢??? |
https://hprose.com/test/ |
这个工具测试的是项目在外网环境的吗,本地不能用吧? |
能用,打开跨域就可以。本质上它是从浏览器来访问你的服务,不是从服务端访问你的服务。所以你是内网也没关系。 |
我也是啊 postman调用报这个错 post方式 里边啥也没传 |
浏览器访问服务端报错
Es17"Wrong Request:
"z
The text was updated successfully, but these errors were encountered: