I’m facing this same issue as well as the other users, wonder if directus can fix this?
The directus GET in flows is sending “body”: null as when left empty. I need to send a get request where the word “body” doesn’t exist at all.
My directus instance is behind a AWS cloudfront and it’s rejecting it.
Amazon CloudFront does not allow a body in a GET request and will return an HTTP status code 403 (Forbidden) to the viewer if one is included.
I have tried running script with fetch it doesn’t work either.