我正在發送此POST,我希望在發送之前查看請求中發送的字符串。
這裏是Plunker
$http.post('/someUrl', {msg:'hello word!'}).
then(function(response) {
// this callback will be called asynchronously
// when the response is available
}, function(response) {
// called asynchronously if an error occurs
// or server returns response with an error status.
});
我想什麼,我試圖做的是看到了JSON字符串被髮送到服務器。
目前還不清楚。你想要說什麼 ? – Vineet
Touche,現在更清楚了嗎? – Dunctem