I am facing a weird issue with woocommerce authentication. When I try to authenticate my vue app from URL -
it then redirects to
and gives 404 error.
Notice <strong>"%2F"</strong> in the URL. If I edit <strong>"%2F"</strong> to <strong>/</strong> in the address bar, it works fine. I don't know what I am doing wrong here. I guess woocommerce/wordpress is encoding the url. Any suggestions how to solve this would be very helpful.
Code:
/wc-auth/v1/authorize?app_name=example.com
Code:
/wc-auth%2Fv1/access_granted/
Notice <strong>"%2F"</strong> in the URL. If I edit <strong>"%2F"</strong> to <strong>/</strong> in the address bar, it works fine. I don't know what I am doing wrong here. I guess woocommerce/wordpress is encoding the url. Any suggestions how to solve this would be very helpful.