How to allow only GET requests to Docker API and disable POST method?

We want to prevent remote changes via POST. Is it possible to restrict docker daemon API only for GET request? I’ve been searching around but couldn’t find any reference for this.

John