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'm using .Net Core 2.2 to generate PDF, but css rendering only when I allow http on my Azure App Service.
After some search I discoverd that only local css files unable to load with https:
I have tried absolute path and no changes happened, I tried the following forms
Note that stylesheets imported normaly in the home page with the above links, but only when i call ViewAsPDF(), it seems that it call it with only http and not https.
Any advice about that.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I'm using .Net Core 2.2 to generate PDF, but css rendering only when I allow http on my Azure App Service.
After some search I discoverd that only local css files unable to load with https:
I have tried absolute path and no changes happened, I tried the following forms
Note that stylesheets imported normaly in the home page with the above links, but only when i call ViewAsPDF(), it seems that it call it with only http and not https.
Any advice about that.
Thanks in advance.
The text was updated successfully, but these errors were encountered: