Hi Isomorphic,
I have a use case where an HTTP Header is not making it to the server and it appears to be related to the FileItem being on the form.
Here is the RPCRequest, showing the header. However, once the request arrives at the server, the header is not there.
The HTTP Header is being added by a customized RequestTransformer and the HTTP Header works in all other cases, and if the FileItem is removed from the problematic form, it works as well.
SmartClient Version: v10.1p_2017-08-10/Pro Deployment (built 2017-08-10)
Thanks
I have a use case where an HTTP Header is not making it to the server and it appears to be related to the FileItem being on the form.
Here is the RPCRequest, showing the header. However, once the request arrives at the server, the header is not there.
Code:
{ "actionURL":"http://xxx/xxx/sc/IDACall", "showPrompt":true, "prompt":"Saving form...", "transport":"hiddenFrame", "promptStyle":"cursor", "params":{ "some-param":"some-param-value" }, "httpHeaders":{ "some-header":"some-header-value" }, "bypassCache":true, "data":{ "values":{ ... }, "operationConfig":{ "dataSource":"someDS", "repo":null, "operationType":"add", "textMatchStyle":"exact" }, "componentId":"isc_DynamicForm_5", "appID":"builtinApplication", "operation":"someDS_add", "oldValues":{ } } }
SmartClient Version: v10.1p_2017-08-10/Pro Deployment (built 2017-08-10)
Thanks
Comment