Hi,
I have a php cURL script that gets all content articles from my website.
Works well on different sites from Joomla J4 actual (4.1.2)
But on one Website I use sp Pagebuilder and Helix Ultimate Template.
There I get an "internal 500 server error" caused by content plugin sp pagbuilder v1.9.0.
Only if I deactivate this I can make my cURL.
Here's what I did so you can reproduce it:
Installed postman - https://www.postman.com/
New workspace, connected https://github.com/alexandreelise/j4x-api-collection
to it to get all API Web Services for Joomla.
After installing all correct Authorization Code (web token)
I made an request to get all content/articles
as long as content plugin sp pagebuilder v1.9.0 is activated I get that described error and cURL ist blocked.
Any help appriciated.