JSONP – Javascript widgets

JSONP stands for JSON with Padding. Requesting a file from another domain can cause problems, due to cross-domain policy. Requesting an external script from another domain does not have this problem. JSONP uses this advantage, and request files using the script tag instead of the XMLHttpRequest object. Use cases Below is an example source code, How […]

JSONP – Javascript widgets Read More »

STUN Servers

STUN (Session Traversal Utilities for NAT) is a protocol used to assist in the discovery of the public IP address of a device located behind a Network Address Translator (NAT). NATs are commonly used in home and office networks to allow multiple devices to share a single public IP address. While NATs improve security, they

STUN Servers Read More »

Scroll to Top