pycsw
pycsw copied to clipboard
pycsw support for proxy connection
Hi all, this string doesn't work for me as work around for the proxy connection.
curl -x <[protocol://][user:password@]proxyhost[:port]> -X POST -d @cat.xml http://localhost/pycsw/csw.py
I'm testing pycsw in an ubuntu installed in Virtualbox behind a company proxy.
Greetings, Manuel
@masanlo1 thanks for the report. FYI proxy support needs to be covered in two areas of the codebase:
- [ ]
pycsw-admin.py: passing proxy parameters with thepost_xmlcommand - [ ] outgoing HTTP requests within a CSW request (i.e. harvesting, distributed search); this will require a proxy configuration directive