What does “Add empty params to Signature” in POSTMAN mean or do
I am trying to make a POST request to Wordpress WooCommerce API, I am using OAuth1.0a.
If I toggle Off "Add empty params to Signature" in Postman, the POST request throws error 401 Invalid Auth. And if I toggle On "Add empty params to Signature" in Postman, The POST request works fine.
I am trying to compare the POSTMAN reuqest code to find out what it does different, so that I can make changes to my Android Code as per that.
Below one is when I have toggled On
POST /wp-json/wc/v2/customers?oauth_consumer_key=ck_8a27740aacb884c1f463ffb6e982b77c26f0sdfd&oauth_token&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1542185488&oauth_nonce=TL33sS&oauth_version=1.0&oauth_signature=sdf/ODABgh240M= HTTP/1.1
Host: qnx.abcdef.com
Content-Type: application/json
Cache-Control: no-cache
Postman-Token: 1e3b7615-ebc2-e759-5b72-238421ddcf40
"username":"abcdef",
"password":"sdfsg",
"email":"abcfgh@gmail.com",
"oauth_consumer_key":"ck_8a27740aacb884c1f463ffb6e982b77c26f0sdfd",
"oauth_signature_method":"HMAC-SHA1",
"oauth_timestamp":"1542185226",
"oauth_nonce":"ympZpB",
"oauth_version":"1.0",
"oauth_signature":"Tc00kNtP+K5g3RoJI9BxcahPbLc="
Below one is when I have toggled Off
POST /wp-json/wc/v2/customers?oauth_consumer_key=ck_8a27740aacb884c1f463ffb6e982b77c26f0sdfd&oauth_token&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1542185527&oauth_nonce=dDMi3S&oauth_version=1.0&oauth_signature=K6s+kTdAx6b8zEHg15fRQ2hmvQQ= HTTP/1.1
Host: qnx.abcdef.com
Content-Type: application/json
Cache-Control: no-cache
Postman-Token: 2a717fe1-c9c0-b76f-0d94-0e3758d4f61e
"username":"abcdef",
"password":"sdfsg",
"email":"abcfgh@gmail.com",
"oauth_consumer_key":"ck_8a27740aacb884c1f463ffb6e982b77c26f0sdfd",
"oauth_signature_method":"HMAC-SHA1",
"oauth_timestamp":"1542185226",
"oauth_nonce":"ympZpB",
"oauth_version":"1.0",
"oauth_signature":"Tc00kNtP+K5g3RoJI9BxcahPbLc="
wordpress woocommerce postman woocommerce-rest-api oauth-1.0a
add a comment |
I am trying to make a POST request to Wordpress WooCommerce API, I am using OAuth1.0a.
If I toggle Off "Add empty params to Signature" in Postman, the POST request throws error 401 Invalid Auth. And if I toggle On "Add empty params to Signature" in Postman, The POST request works fine.
I am trying to compare the POSTMAN reuqest code to find out what it does different, so that I can make changes to my Android Code as per that.
Below one is when I have toggled On
POST /wp-json/wc/v2/customers?oauth_consumer_key=ck_8a27740aacb884c1f463ffb6e982b77c26f0sdfd&oauth_token&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1542185488&oauth_nonce=TL33sS&oauth_version=1.0&oauth_signature=sdf/ODABgh240M= HTTP/1.1
Host: qnx.abcdef.com
Content-Type: application/json
Cache-Control: no-cache
Postman-Token: 1e3b7615-ebc2-e759-5b72-238421ddcf40
"username":"abcdef",
"password":"sdfsg",
"email":"abcfgh@gmail.com",
"oauth_consumer_key":"ck_8a27740aacb884c1f463ffb6e982b77c26f0sdfd",
"oauth_signature_method":"HMAC-SHA1",
"oauth_timestamp":"1542185226",
"oauth_nonce":"ympZpB",
"oauth_version":"1.0",
"oauth_signature":"Tc00kNtP+K5g3RoJI9BxcahPbLc="
Below one is when I have toggled Off
POST /wp-json/wc/v2/customers?oauth_consumer_key=ck_8a27740aacb884c1f463ffb6e982b77c26f0sdfd&oauth_token&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1542185527&oauth_nonce=dDMi3S&oauth_version=1.0&oauth_signature=K6s+kTdAx6b8zEHg15fRQ2hmvQQ= HTTP/1.1
Host: qnx.abcdef.com
Content-Type: application/json
Cache-Control: no-cache
Postman-Token: 2a717fe1-c9c0-b76f-0d94-0e3758d4f61e
"username":"abcdef",
"password":"sdfsg",
"email":"abcfgh@gmail.com",
"oauth_consumer_key":"ck_8a27740aacb884c1f463ffb6e982b77c26f0sdfd",
"oauth_signature_method":"HMAC-SHA1",
"oauth_timestamp":"1542185226",
"oauth_nonce":"ympZpB",
"oauth_version":"1.0",
"oauth_signature":"Tc00kNtP+K5g3RoJI9BxcahPbLc="
wordpress woocommerce postman woocommerce-rest-api oauth-1.0a
add a comment |
I am trying to make a POST request to Wordpress WooCommerce API, I am using OAuth1.0a.
If I toggle Off "Add empty params to Signature" in Postman, the POST request throws error 401 Invalid Auth. And if I toggle On "Add empty params to Signature" in Postman, The POST request works fine.
I am trying to compare the POSTMAN reuqest code to find out what it does different, so that I can make changes to my Android Code as per that.
Below one is when I have toggled On
POST /wp-json/wc/v2/customers?oauth_consumer_key=ck_8a27740aacb884c1f463ffb6e982b77c26f0sdfd&oauth_token&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1542185488&oauth_nonce=TL33sS&oauth_version=1.0&oauth_signature=sdf/ODABgh240M= HTTP/1.1
Host: qnx.abcdef.com
Content-Type: application/json
Cache-Control: no-cache
Postman-Token: 1e3b7615-ebc2-e759-5b72-238421ddcf40
"username":"abcdef",
"password":"sdfsg",
"email":"abcfgh@gmail.com",
"oauth_consumer_key":"ck_8a27740aacb884c1f463ffb6e982b77c26f0sdfd",
"oauth_signature_method":"HMAC-SHA1",
"oauth_timestamp":"1542185226",
"oauth_nonce":"ympZpB",
"oauth_version":"1.0",
"oauth_signature":"Tc00kNtP+K5g3RoJI9BxcahPbLc="
Below one is when I have toggled Off
POST /wp-json/wc/v2/customers?oauth_consumer_key=ck_8a27740aacb884c1f463ffb6e982b77c26f0sdfd&oauth_token&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1542185527&oauth_nonce=dDMi3S&oauth_version=1.0&oauth_signature=K6s+kTdAx6b8zEHg15fRQ2hmvQQ= HTTP/1.1
Host: qnx.abcdef.com
Content-Type: application/json
Cache-Control: no-cache
Postman-Token: 2a717fe1-c9c0-b76f-0d94-0e3758d4f61e
"username":"abcdef",
"password":"sdfsg",
"email":"abcfgh@gmail.com",
"oauth_consumer_key":"ck_8a27740aacb884c1f463ffb6e982b77c26f0sdfd",
"oauth_signature_method":"HMAC-SHA1",
"oauth_timestamp":"1542185226",
"oauth_nonce":"ympZpB",
"oauth_version":"1.0",
"oauth_signature":"Tc00kNtP+K5g3RoJI9BxcahPbLc="
wordpress woocommerce postman woocommerce-rest-api oauth-1.0a
I am trying to make a POST request to Wordpress WooCommerce API, I am using OAuth1.0a.
If I toggle Off "Add empty params to Signature" in Postman, the POST request throws error 401 Invalid Auth. And if I toggle On "Add empty params to Signature" in Postman, The POST request works fine.
I am trying to compare the POSTMAN reuqest code to find out what it does different, so that I can make changes to my Android Code as per that.
Below one is when I have toggled On
POST /wp-json/wc/v2/customers?oauth_consumer_key=ck_8a27740aacb884c1f463ffb6e982b77c26f0sdfd&oauth_token&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1542185488&oauth_nonce=TL33sS&oauth_version=1.0&oauth_signature=sdf/ODABgh240M= HTTP/1.1
Host: qnx.abcdef.com
Content-Type: application/json
Cache-Control: no-cache
Postman-Token: 1e3b7615-ebc2-e759-5b72-238421ddcf40
"username":"abcdef",
"password":"sdfsg",
"email":"abcfgh@gmail.com",
"oauth_consumer_key":"ck_8a27740aacb884c1f463ffb6e982b77c26f0sdfd",
"oauth_signature_method":"HMAC-SHA1",
"oauth_timestamp":"1542185226",
"oauth_nonce":"ympZpB",
"oauth_version":"1.0",
"oauth_signature":"Tc00kNtP+K5g3RoJI9BxcahPbLc="
Below one is when I have toggled Off
POST /wp-json/wc/v2/customers?oauth_consumer_key=ck_8a27740aacb884c1f463ffb6e982b77c26f0sdfd&oauth_token&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1542185527&oauth_nonce=dDMi3S&oauth_version=1.0&oauth_signature=K6s+kTdAx6b8zEHg15fRQ2hmvQQ= HTTP/1.1
Host: qnx.abcdef.com
Content-Type: application/json
Cache-Control: no-cache
Postman-Token: 2a717fe1-c9c0-b76f-0d94-0e3758d4f61e
"username":"abcdef",
"password":"sdfsg",
"email":"abcfgh@gmail.com",
"oauth_consumer_key":"ck_8a27740aacb884c1f463ffb6e982b77c26f0sdfd",
"oauth_signature_method":"HMAC-SHA1",
"oauth_timestamp":"1542185226",
"oauth_nonce":"ympZpB",
"oauth_version":"1.0",
"oauth_signature":"Tc00kNtP+K5g3RoJI9BxcahPbLc="
wordpress woocommerce postman woocommerce-rest-api oauth-1.0a
wordpress woocommerce postman woocommerce-rest-api oauth-1.0a
edited Nov 14 '18 at 9:09
Murlidhar Fichadia
asked Nov 14 '18 at 9:01
Murlidhar FichadiaMurlidhar Fichadia
1,39611142
1,39611142
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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%2f53296360%2fwhat-does-add-empty-params-to-signature-in-postman-mean-or-do%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2f53296360%2fwhat-does-add-empty-params-to-signature-in-postman-mean-or-do%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