In my custom html head content I have rows like
<script src='./js/mylib.js'></script>
Is the loading of such a script counted as a File API call?
- in preview mode?
- when opening the published index.html?
Regards,
In my custom html head content I have rows like
<script src='./js/mylib.js'></script>
Is the loading of such a script counted as a File API call?
Regards,
Hello @Klaas_Klever,
As a general rule any HTTP/S request made to Backendless is an API call.
However, it’s important to note that in preview mode, these calls are not billed.
Regards,
Alexander