11-11-2018 05:07
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-11-2018 05:07
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi Everyone,
I developed an application for my ionic to see the progress of my 3D printing on my printer. Wishing to make improvements, I wanted to relaunch the code on the fitbit OS simulator and I came across this error message: Blocked insecure request to URL. On the other hand no error when I launch the application directly on my watch.
In the first place I try to put my URL in https with a self-signed certificate on my server, I no longer have the blocked insecure request to URL but I still have a failed fetch.
Do you have any idea how I can solve this problem?
Thank you in advance!
Answered! Go to the Best Answer.

Accepted Solutions
11-12-2018 14:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


11-12-2018 14:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Fetch should work on local unsecured URLs, or secure remote URLs.
Have you also granted the internet permission in your package.json?

11-12-2018 14:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


11-12-2018 14:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Fetch should work on local unsecured URLs, or secure remote URLs.
Have you also granted the internet permission in your package.json?

11-13-2018 19:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-13-2018 19:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
You right, I juste run ma script in local for working and after that I put on my server online. Thanks!

