Is this a curl POST call?
up vote
0
down vote
favorite
I am using the below URL to download data. I am not sure if its a post call.
/app/localapps/curl/bin/curl --cacert /app/ac/certificates/cacert.pem --proxy-user ABC:XYZ -F username=***** -F password=**** -F report=Composites -F type=CDS -F version=5 -F family=None -F format=xml -F date=20181116 https://www.markit.com/export.jsp
can someone help with this please? does this qualify as a GET call? what would be the correct URL to use?
curl post get
add a comment |
up vote
0
down vote
favorite
I am using the below URL to download data. I am not sure if its a post call.
/app/localapps/curl/bin/curl --cacert /app/ac/certificates/cacert.pem --proxy-user ABC:XYZ -F username=***** -F password=**** -F report=Composites -F type=CDS -F version=5 -F family=None -F format=xml -F date=20181116 https://www.markit.com/export.jsp
can someone help with this please? does this qualify as a GET call? what would be the correct URL to use?
curl post get
No, curl's-F
does multi-part POST. Like the manual explains...
– Daniel Stenberg
2 days ago
thanks . I was told by one of the guys from the destination that they see only a GET call. I have been emphasizing that its a POST
– BRATVADDI
2 days ago
add--trace-ascii dump.txt
to your command line and you'll get a full trace of the request, showing every little detail of it...
– Daniel Stenberg
2 days ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am using the below URL to download data. I am not sure if its a post call.
/app/localapps/curl/bin/curl --cacert /app/ac/certificates/cacert.pem --proxy-user ABC:XYZ -F username=***** -F password=**** -F report=Composites -F type=CDS -F version=5 -F family=None -F format=xml -F date=20181116 https://www.markit.com/export.jsp
can someone help with this please? does this qualify as a GET call? what would be the correct URL to use?
curl post get
I am using the below URL to download data. I am not sure if its a post call.
/app/localapps/curl/bin/curl --cacert /app/ac/certificates/cacert.pem --proxy-user ABC:XYZ -F username=***** -F password=**** -F report=Composites -F type=CDS -F version=5 -F family=None -F format=xml -F date=20181116 https://www.markit.com/export.jsp
can someone help with this please? does this qualify as a GET call? what would be the correct URL to use?
curl post get
curl post get
asked 2 days ago
BRATVADDI
89110
89110
No, curl's-F
does multi-part POST. Like the manual explains...
– Daniel Stenberg
2 days ago
thanks . I was told by one of the guys from the destination that they see only a GET call. I have been emphasizing that its a POST
– BRATVADDI
2 days ago
add--trace-ascii dump.txt
to your command line and you'll get a full trace of the request, showing every little detail of it...
– Daniel Stenberg
2 days ago
add a comment |
No, curl's-F
does multi-part POST. Like the manual explains...
– Daniel Stenberg
2 days ago
thanks . I was told by one of the guys from the destination that they see only a GET call. I have been emphasizing that its a POST
– BRATVADDI
2 days ago
add--trace-ascii dump.txt
to your command line and you'll get a full trace of the request, showing every little detail of it...
– Daniel Stenberg
2 days ago
No, curl's
-F
does multi-part POST. Like the manual explains...– Daniel Stenberg
2 days ago
No, curl's
-F
does multi-part POST. Like the manual explains...– Daniel Stenberg
2 days ago
thanks . I was told by one of the guys from the destination that they see only a GET call. I have been emphasizing that its a POST
– BRATVADDI
2 days ago
thanks . I was told by one of the guys from the destination that they see only a GET call. I have been emphasizing that its a POST
– BRATVADDI
2 days ago
add
--trace-ascii dump.txt
to your command line and you'll get a full trace of the request, showing every little detail of it...– Daniel Stenberg
2 days ago
add
--trace-ascii dump.txt
to your command line and you'll get a full trace of the request, showing every little detail of it...– Daniel Stenberg
2 days ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53373138%2fis-this-a-curl-post-call%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
No, curl's
-F
does multi-part POST. Like the manual explains...– Daniel Stenberg
2 days ago
thanks . I was told by one of the guys from the destination that they see only a GET call. I have been emphasizing that its a POST
– BRATVADDI
2 days ago
add
--trace-ascii dump.txt
to your command line and you'll get a full trace of the request, showing every little detail of it...– Daniel Stenberg
2 days ago