Skip to main content
10000+ Posts
Issues passing JSON to a webhook via AJAX HTTP POST request

Hello again everyone, I have a question for anybody who's worked with passing JSON data in the body of a POST request for a webhook. I am working with a developer on a script to call FME server from an outside application and pass the needed JSON data in the body. She is using an AJAX script that looks somewhat like this: $.ajax({        url: <my server url with webhook token>,        method: 'POST',        data: {"A":"1",         "B":"2",        "C":"3",           },        dataType: "json",        success: function (response) {                             alert(JSON.stringify(response));                     },               error: function(data, errorThrown){                             alert('request failed :'+errorThrown);                             //d

Badge Winners

  • FME Flow Authoring Training
    andrew_prhas earned the badge FME Flow Authoring Training
  • Welcome Back
    andrew_prhas earned the badge Welcome Back
  • Welcome Back
    bboulmayhas earned the badge Welcome Back
  • Hindi Speaker
    prayag_iashas earned the badge Hindi Speaker
  • English Speaker
    prayag_iashas earned the badge English Speaker
Show all badges

Community Stats

32,343
Posts
122,979
Replies
40,417
Members