乌鲁木齐工商一单通

来源:百度知道 编辑:UC知道 时间:2024/05/07 10:18:24
我在使用一单通的过程中出现了这样的问题,在录入质检报告信息后点击提交出现了一堆英文提示,如下:
Error 404--Not Found
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.5 404 Not Found
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.

If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.

请问这是什么原因,怎么解决?谢谢。

第一段大概是说:服务器不匹配你发出的“Request-URI”请求,按理说这样的情况服务器不接受也不工作;
第二段是说:如果'404"不行就试一下“403”,但是403是禁用的,或者用“410”端口和请求?
后面就是专业用语,大概意思是说数据库、软硬件之间的事情,意思是数据库中的资源、数据描述的问题。
我个人觉得是不是你操作不当啊?还是数据库中没有你所要找的东西,要求你重新创建?