Provisional Headers are shown

Hello,
I have an issue with my ionic mobile app
When I build my project on browser my requests correctly send every headers. But if I’m on my android device,
I don’t have any headers and I have “Provisional Headers are shown” on my chrome debugger.
image
I’m using HttpClient angular.
Do any of you have any idea ?

My ionic info:

Thanks in advance :wink:

1 Like

Hi, I am also facing the same issue, will you share solution.

Thanks
Sam

1 Like

Hi all, I am also facing the same issue too…
will you share share the solution.

Thank you very much.

Also facing this issue. I have the following in my capacitor.config.ts file:

android: {
  allowMixedContent: true
},
server: {
  cleartext: true,
  hostname: 'localhost',
  allowNavigation: []
}