I have…
- [x] Checked the logs and have provided the logs if I found something suspicious there
I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [ ] Bug report
- [ ] Performance issue
- [x] Documentation issue or request
Problem/Request
Hello!
We are currently experiencing a problem trying to do a PATCH request via API.
The curl request is the following:
curl -X PATCH -H “Accept: application/json” -H “Content-Type: application/json” -H "Authorization: Bearer " --data ‘{“name”:{“iv”:“Cassa in Cloud”},“description”:{“it”:“Cassa in Cloud � un software gestionale completo di tutte le funzionalit� utili a gestire efficacemente la tua attività commerciale. Dalla creazione di scontrini e fatture elettroniche fino alla gestione del magazzino o del tuo sito E-commerce, con Cassa in Cloud hai tutto sotto controllo, anche a distanza!”},“shortDescription”:{“it”:“Gestionale per Ristorazione/Retail”},“category”:{“it”:“retail-ristorazione-alberghi”},“url”:{“it”:“cassa-in-cloud”}}’ https://cloud.squidex.io/api/content/ts-store/product/5f664fc1-3b64-434b-b2df-1b7b304ab89c
and it works fine, but if we do the same request through our java server (with apache HttpClient) we receive a 500 Internal Server Error with no other error messages.
Is it something related to encoding or there’s something else?
Could you please provide a clue about this error?
Thank you!
Environment
- [ ] Self hosted with docker
- [ ] Self hosted with IIS
- [ ] Self hosted with other version
- [x] Cloud version