wp-graphql-cors icon indicating copy to clipboard operation
wp-graphql-cors copied to clipboard

Makes WP GraphQL's authetication "just work". It does this by customizing the CORS headers.

Results 7 wp-graphql-cors issues
Sort by recently updated
recently updated
newest added

Apparently the `loginWithCookies` mutation doesn't set cookies correctly. I suspect it is a SameSite issue.

### CORS policy + GraphQL + apollo client I'm getting an error of CORS policy when using preflight request. The authorization headers are only being returned in preflight, but not...

Hi, I am trying to block unauthorized domains so only specific domain will have the option to fetch data. I tried several configurations options but none of them got me...

Would it be possible to publish this package to composer, so it can be used with projects like Bedrock?

In the Cors Settings I have the Add Site Address to "Access-Control-Allow-Origin" header checked and the Extend "Access-Control-Allow-Origin” header set to http://localhost:3000 which is my NextJS frontend. I also added...

I am using the extension in version 2.1 When I enable the extension it changes the **content-type** field in my headers from the value **application/json** into **text/html** I got the...

The WP Graphql Cors plugin is working very well for me, however when used with the [Cloudinary plugin](https://wordpress.org/plugins/cloudinary-image-management-and-manipulation-in-the-cloud-cdn/) I can only get access to local image URL's through the WPGraphQL...