how to getAllResponseHeaders by f7.request
app.request({
...
success(data, status, xhr) {
console.log(xhr.getAllResponseHeaders())
},
...
})
1 Like
nice :))). many thanks