Sometimes the information that is being sent to GrabzIt can be sensitive in nature. To help protect that data we provide the ability to use SSL this means all of the information being sent to GrabzIt’s API’s will be encrypted. To do this you just need to instruct GrabzIt to use SSL, as shown below.
<script src="https://cdn.jsdelivr.net/npm/@grabzit/js@3.4.8/grabzit.min.js"></script>
<script>
GrabzIt("Sign in to view your Application Key").UseSSL().ConvertURL("http://www.spacex.com").Create();
</script>
If you want to protect the content of the capture to an even higher degree, you can also encrypt the capture as soon as it is created.