I'm generating ouath signature for token based authentication in netsuite. However, every time there is a plus sign my signature it says invalid signature. Any ideas?
b
battk
03/31/2021, 3:10 PM
The percent encoding you will be doing thorughout uses %20 for spaces instead of +. Some encoding utilities use percent encoding as used in form posts, which uses + for spaces.