You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using flow and falling back to fusty-flow for uploading images in an angularjs application, using ng-flow. I am providing the flow-init attribute the object specifying options and the header property with the keys and values I need set to support csrf auth.
Following is the object I provide the flow-init which following the code through shows it gets passed property to fusty flow:
I've looked over flowjs/ng-flow#82 and understand I need to set them for every request, but when viewing the request headers in IE9, the headers have not been set.
The text was updated successfully, but these errors were encountered:
For fusty flow you have to use query or post params to pass csrf token, because files are uploaded through iframe and there is no way you can set custom headers.
I am using flow and falling back to fusty-flow for uploading images in an angularjs application, using ng-flow. I am providing the flow-init attribute the object specifying options and the header property with the keys and values I need set to support csrf auth.
Following is the object I provide the flow-init which following the code through shows it gets passed property to fusty flow:
I've looked over flowjs/ng-flow#82 and understand I need to set them for every request, but when viewing the request headers in IE9, the headers have not been set.
The text was updated successfully, but these errors were encountered: