Search found 2 matches
- Thu Apr 15, 2021 11:54 am
- Forum: Generic questions
- Topic: Using curl for communications
- Replies: 2
- Views: 4919
Re: Using curl for communications
Thank you, the -u did the trick. Now i get more respons and can continue.
- Thu Apr 15, 2021 9:49 am
- Forum: Generic questions
- Topic: Using curl for communications
- Replies: 2
- Views: 4919
Using curl for communications
Hello, We are trying to get data from PTV using curl from our Linux server. The request itself we test at the raw request runner and put in a file "/..../PTV_TEST4.TXT" If we test with the command: curl -X GET -H 'Authorization: username xtok' -H 'Authorization: password *token*' -H 'Conte...