You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the parameters contain unicode characters (like Vietnamese chars) or space then it will result 401 invalid signature. For example: http://duylv.anhphuongisc.vn/wp-json/wc/v2/products/categories?search=sản phẩm
or even: http://duylv.anhphuongisc.vn/wp-json/wc/v2/products/categories?search=san pham
I tried the same URL in Postman with OAuth 1.0 and it works.
The text was updated successfully, but these errors were encountered:
kientux
changed the title
401 invalid signature when GET parameters contain unicode characters
401 invalid signature when GET parameters contain unicode characters or SPACE
Jun 23, 2018
If the parameters contain unicode characters (like Vietnamese chars) or space then it will result
401 invalid signature
. For example:http://duylv.anhphuongisc.vn/wp-json/wc/v2/products/categories?search=sản phẩm
or even:
http://duylv.anhphuongisc.vn/wp-json/wc/v2/products/categories?search=san pham
I tried the same URL in Postman with OAuth 1.0 and it works.
The text was updated successfully, but these errors were encountered: