if (req.method == "POST") { # Using a GET makes the exchange cacheable set req.method = "GET"; # We can preserve the post data in a query param set req.url = querystring.add(req.url, "postdata", req.body.base64); }