Url Glossary

Browse 3 url terms defined in plain English, from the cultural dictionary of computing.

3 Url Terms

Deep Linking
A technique that uses URIs to link to a specific page or content within a mobile app or single-page application, rather than just launching the app's home...
Endpoint
A specific URL in a web API that accepts requests and returns responses. GET /api/users is an endpoint. Every REST API is a collection of endpoints. Every...
Query Parameter
A key-value pair appended to a URL after the ? character (e.g., ?page=2&sort=name) used to pass data to a server in an HTTP GET request. Multiple parameters...

Related Topics