infrae / pyoai

The oaipmh module is a Python implementation of an "Open Archives$ Initiative Protocol for Metadata Harvesting"
http://pypi.python.org/pypi/pyoai
Other
84 stars 53 forks source link

Only supports POST #11

Open neon-ninja opened 9 years ago

neon-ninja commented 9 years ago

I've come across an oaipmh repository that is incorrectly configured such that it only supports GET requests, not POST. Perhaps it might be wise to fallback to GET incase POST fails?

metaodi commented 8 years ago

I came across the same issue, I created a PR to support GET for pyoai: #13

interrogator commented 4 years ago

Appears to be fixed and therefore can be closed.