Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.
Hereโs an outline with best practices for making your inquiry.
My question:
How does Postman generate it oauth signature. I am working with NetSuite and am getting a different signature than Postman despite following documentation
Details (like screenshots):
oauth from Postman:
Basic Code Generating Signature (Ruby)
Results:
My Signature: โpZ8QP1vyD+4Emgyxeu4pAtPRSTjD39oOuhBjWEG4imY=โ
Postmans Signature: โB8KYY0W4LUwXCNzNfPmbQg0yiGbBSkhrLFWBhJ8tpps%3Dโ
How I found the problem:
- Kept receiving invalid login from server
Iโve already tried:
- down casing all variables in base string
- url_encoding signature
- Note the base string variables are already in alpha order
- Using request params as base string: