Hi,
I have a site where my wordpress URL and site URL differ. For example:
WordPress URL:
Site URL: https://example.com
This is causing errors when making a GET request to since the wordpress url should be https://wp.example.com/wp-json/web-stories/v1/web_story_category?per_page=100&_locale=use
What is the best way for me to get this plugin working? I’ve tried modifying headers to allow for CORS and I’ve tried setting up rewrites that point to . Is there a way for me to tell the plugin to use the wordpress URL instead of the site URL when making wp-json API requests?
