Road to CCNP: Day 110 (NETCONF/RESTCONF/YANG)
4.6 Configure and verify NETCONF and RESTCONF 5.3 Describe REST API security HTTPS / TLS REST APIs should use HTTPS, not plain HTTP.TLS provides encryption, integrity, and server authentication. Authentication Authorization Determines what an authenticated user/application is allowed to do.Think RBAC / least privilege.Authentication ≠ authorization. Tokens Usually sent in an HTTP header, commonly:Authorization: Bearer…