I have secure http cookies on my page that I need sent with any sendRequest.
It seems that `withCredentials` is the property that would include cookies, but it is still not sending.
$.ajax() has a similar property that DOES work, not sure if that's helpful, but seems to rule out something on API endpoint like CORS
SmartClient version (available on lower left of Developer Console)
SmartClient Version: v11.0p_2017-02-16/Pro Development Only (built 2017-02-16)
It seems that `withCredentials` is the property that would include cookies, but it is still not sending.
$.ajax() has a similar property that DOES work, not sure if that's helpful, but seems to rule out something on API endpoint like CORS
SmartClient version (available on lower left of Developer Console)
SmartClient Version: v11.0p_2017-02-16/Pro Development Only (built 2017-02-16)
Comment