I’m trying to create actions to obtain information on products through the webservice of my prestashop site, the Yamal scheme seems to work and everything suggests that it is set up correctly. the problem is in the authentication, I get authentication error 401, the key seems wrong, I tried to set various methods such as basic or Bearer but the results are always a refusal, I would just like to understand if the problem is the setting or if actually there is something preventing gpt chat from accessing the prestashop api
1 Like
Have you tried passing the key in the URL with no authentication?
This issue with using basic API authentication for 3rd party APIs was discovered recently and should be resolved soon.
Also, I recommend not bypassing this by including it in the URL or prompt instructions as it could lead to leaking the 3rd party API key.
2 Likes
I am still having authentication problem with authentication using basic authentication and saving the token . The API expects the token to be passed in the URL.