SummitAI Sierra SP1 HF11 Release Notes

On this page: 

What's New?

Platform

Request Type and Header Details in Server-Side Ajax call

Now, while making an Ajax call with sensitive information (using server-side call, not a direct call with browser), you can include the following parameters.

  1. Request Type (Get or Post) (requestType)
  2. Pass Header Details (headers)
Example Code for requestType and headers
var JsonWsparams ="{\"url\":\"#url#\",\"method\":\"#method#\",\"params\":\"#params#\",\"requestType\":\"#requestType#\",\"headers\":\"{\\\"Authorization\\\":\\\"#Authorization#\\\"}\"}"