Replies: 3 comments 5 replies
-
Is it a development server or the production server? |
Beta Was this translation helpful? Give feedback.
5 replies
-
Same problem. I am hosting on my local IIS a project to provide API for a capacitor project, but I have no idea how to apply my self signed certificate to the mobile app. |
Beta Was this translation helpful? Give feedback.
0 replies
-
UPDATE: This now works with CapacitorJS V3 (but not in V2 still) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a Capacitor noob trying to move my existing VueJS project to mobile, however I cannot seem to figure out how to make a HTTPS POST request without getting an error. I'm using
axios
to make the request and the error I get is in the Android Studio log and it shows:I don't understand what I need to do here. Do I really need to install an SSL certificate on the mobile device in order to make HTTPS requests? If so, where can I get information on how to do that?
Maybe Capacitor is too "native" for me, I just want to wrap a webapp into a mobile app. But I am probably just missing something here 😅
Beta Was this translation helpful? Give feedback.
All reactions