0

I need help with this issue on StackOverflow: https://stackoverflow.com/questions...

Thanks

Comments
  • 0
    $.ajax is sending form-data
    $http is sending json

    You need to either change your backend to accept json, or change your $http to send form-data

    @rutee07 you didn't close and downvote?
Add Comment