Commit | Line | Data |
---|---|---|
521b8967 | 1 | Inital version of ncip v.1 ncip responder for evergreen / open-ils |
6e990c20 JS |
2 | |
3 | you can initiate / test with the following : | |
4 | ||
fd93bcee JS |
5 | curl -v --insecure --data @NCIPmsgs/LookupUser.ncip -X POST 'https://target.host/iNCIPit.cgi' |
6 | ||
7 | (--insecure argument only necessary if you test a target.host lacking a valid cert) | |
8 | ||
9 |