How to handle same origin ?
-
I am using a react Guttenberg block with fetch, I am getting authorization error. even if I set credentials: ‘same-origin’ property.
I also tried with whitelisted routes, it works in postman but not for the same site.
how to handle if accessing from a same domain with react components? as user is already logged in.
- The topic ‘How to handle same origin ?’ is closed to new replies.