AZURE Mobile Service forwarding POST request in insert script of table
问题 I'm trying to use Azure Mobile Service to process / handle GET and POST requests on an empty data table. (really just using the mobile service as a pass through) As part of this I'm trying to forward the request to another url and receive the response back and return it via mobile service. I've figured out the GET part shown below but I'm having trouble the POST part. GET Part:(Which works) function read(query, user, request) { var p = request.parameters; var httpRequest = require('request');