in reply to Perl and AngularJS - Help Required

Hello,

You said your web server is expecting a POST request, but your code uses $http.get.

Hope this helps!


The way forward always starts with a minimal test.

Replies are listed 'Best First'.
Re^2: Perl and AngularJS - Help Required
by Anonymous Monk on Jan 06, 2017 at 18:24 UTC

    sorry, its GET method only

    I tried, another example with POST method to submit form elements, didn't get result back

    Thanks