Skip to main content

Web API - URL API

Web API'S - URL API


What is URL?


A Uniform Resource Locator (URL) is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it.
Examples of URL.
https://www.example.com/page1.html
http://www.example.com/en/us/doc
https://example.com/empolyee/1
https://example.com/employee?sort=A&search=muru
Syntax URL javascript usage
Example 1 Example 2 Console

Comments

Popular posts from this blog

Hide/Show Password using Eye icon in angular

JVM Languages

Let's create simple LoadBalancer Server - Node JS