Forum Discussion

akshays's avatar
2 years ago

Passing multiple parameters to the endpoint from Component

Hi, I am trying to send multiple variables to an endpoint. Using an AJAX call to call the endpoint: $.ajax({ type: "GET", url: endpointUrl+'?Param1='+para...
  • MattV's avatar
    2 years ago

    I your first example you have 

    &?Param2

    which should just be "&Param2"