I made a GPT which makes a POST request to a server. For some reason, GPT is asking me to click on the Confirm
button after every new request. But in my other GPT’s it only asks me once.
Is there any reason for it? Am I missing something?
I made a GPT which makes a POST request to a server. For some reason, GPT is asking me to click on the Confirm
button after every new request. But in my other GPT’s it only asks me once.
Is there any reason for it? Am I missing something?
Any suggestions here, please?
Since my GPT needs to make multiple requests it affects the user experience.
I’m thinking that if you are using a query string instead of request contents, that could result in a new URL being detected…
If you mean I have to convert my POST endpoint to GET then it is a difficult case for me because I have to pass the below string to query param. Since it has /
I cannot use it in URL query param.
rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
If it was a RESTful API with message contents and you just a single URL as https://api.mygptpalsite.ai - likely no issue.
Ahh ok. No, I dont think it is related to the URL since I have another GPT with a similar URL.
In that GPT it shows the Always allow
button, so the user only has to accept it once.