0
Woo commerce api getting 401 error in flutter
Hi i am working on a flutter project where I am getting some data from woo commerce api. But i am getting an error of 401 where every thing seems fine. Api working fine with postman, but in flutter api getting error. I sending basic auth with consumer key and secret key in header please help to resolve this issue I just tired of looking this
1 Réponse
+ 17
Try to debug HTTP headers. There must be a mistake. It's hard to tell what's wrong with your code without seeing it.