OAI validation error

℡╲_俬逩灬. 提交于 2021-02-20 04:04:46

问题


I validated my oai code in openarchives.So many error.Cleared mostly.But still have 2 errors.It shows error like 'FAIL POST test 1 for Identify was unsuccessful, an OAI error response was received'.Anyone know what kind of error is this.Attached error image Thank you


回答1:


It looks like your OAI server does not accept POST requests for these verbs. OAI servers are expected to treat POST and GET requests in the same way.

For instance, these two requests give the same result:

curl -d "verb=Identify" http://export.arxiv.org/oai2
curl http://export.arxiv.org/oai2?verb=Identify

It should be the same for your server.



来源:https://stackoverflow.com/questions/50186043/oai-validation-error

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!