Forum Discussion

ronaksomani's avatar
9 years ago

http.request to retrieve JSON Object in endpoint

Hello,   I created a new endpoint, and calling it from a component using Ajax POST method. post request payload is json object as below  :  {   "key1":"value1",   "key2": "value2" }   In end...