Based on our read of Parse documentation it does not appear possible to make a GET request to our cloud code endpoints. We’d like to make a GET request to take advantage of easier in-browser caching. Is there a workaround that you know of?
Our mobile app only calls cloud code (never directly to db) and POST requests to cloud code work for 99% of our endpoints, but we’d like to use GET Parse.Cloud.run() requests for the 1% of outlier requests (e.g. show a user’s email inbox so user doesn’t have to wait on endpoint every time they go to their inbox). Appreciate your thoughts.