If you need to control the credentials when making requests from Fore you can do so as shown below by adding the credentials
attribute. It will be supported by fx-instance
, fx-submission
and fx-control
.
Possible values for credentials
mirror those of the JavaScript fetch() function: 'include', 'omit', 'same-origin'