Hi @weilies_chok It doesn’t look like the SAP API is happy with that request - one thing I noticed here is that while in the cURL request you’re sending a
GET
, but in n8n you’re sending a POST
- if you switch that around, does that fix this up?
2 Likes