idnits 2.17.1 draft-ietf-capport-rfc7710bis-06.txt: Checking boilerplate required by RFC 5378 and the IETF Trust (see https://trustee.ietf.org/license-info): ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/1id-guidelines.txt: ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/checklist : ---------------------------------------------------------------------------- No issues found here. Miscellaneous warnings: ---------------------------------------------------------------------------- == The copyright year in the IETF Trust and authors Copyright Line does not match the current year -- The document date (May 15, 2020) is 1442 days in the past. Is this intentional? Checking references for intended status: Proposed Standard ---------------------------------------------------------------------------- (See RFCs 3967 and 4897 for information about using normative references to lower-maturity documents in RFCs) == Missing Reference: 'THIS-RFC' is mentioned on line 326, but not defined -- Looks like a reference, but probably isn't: '1' on line 517 -- Looks like a reference, but probably isn't: '2' on line 519 -- Looks like a reference, but probably isn't: '3' on line 521 ** Obsolete normative reference: RFC 7231 (Obsoleted by RFC 9110) ** Obsolete normative reference: RFC 7234 (Obsoleted by RFC 9111) -- Obsolete informational reference (is this intentional?): RFC 7710 (Obsoleted by RFC 8910) Summary: 2 errors (**), 0 flaws (~~), 2 warnings (==), 5 comments (--). Run idnits with the --verbose option for more detailed information about the items above. -------------------------------------------------------------------------------- 2 Network Working Group W. Kumari 3 Internet-Draft Google 4 Obsoletes: 7710 (if approved) E. Kline 5 Intended status: Standards Track Loon 6 Expires: November 16, 2020 May 15, 2020 8 Captive-Portal Identification in DHCP / RA 9 draft-ietf-capport-rfc7710bis-06 11 Abstract 13 In many environments offering short-term or temporary Internet access 14 (such as coffee shops), it is common to start new connections in a 15 captive portal mode. This highly restricts what the customer can do 16 until the customer has authenticated. 18 This document describes a DHCPv4 and DHCPv6 option and a Router 19 Advertisement (RA) option to inform clients that they are behind some 20 sort of captive-portal enforcement device, and that they will need to 21 authenticate to get Internet access. It is not a full solution to 22 address all of the issues that clients may have with captive portals; 23 it is designed to be one component of a standardized approach for 24 hosts to interact with such portals. While this document defines how 25 the network operator may convey the captive portal API endpoint to 26 hosts, the specific methods of authenticating to, and interacting 27 with the captive portal are out of scope of this document. 29 This document replaces RFC 7710. RFC 7710 used DHCP code point 160. 30 Due to a conflict, this document specifies 114. 32 [ This document is being collaborated on in Github at: 33 https://github.com/capport-wg/7710bis. The most recent version of 34 the document, open issues, etc should all be available here. The 35 authors (gratefully) accept pull requests. Text in square brackets 36 will be removed before publication. ] 38 Status of This Memo 40 This Internet-Draft is submitted in full conformance with the 41 provisions of BCP 78 and BCP 79. 43 Internet-Drafts are working documents of the Internet Engineering 44 Task Force (IETF). Note that other groups may also distribute 45 working documents as Internet-Drafts. The list of current Internet- 46 Drafts is at https://datatracker.ietf.org/drafts/current/. 48 Internet-Drafts are draft documents valid for a maximum of six months 49 and may be updated, replaced, or obsoleted by other documents at any 50 time. It is inappropriate to use Internet-Drafts as reference 51 material or to cite them other than as "work in progress." 53 This Internet-Draft will expire on November 16, 2020. 55 Copyright Notice 57 Copyright (c) 2020 IETF Trust and the persons identified as the 58 document authors. All rights reserved. 60 This document is subject to BCP 78 and the IETF Trust's Legal 61 Provisions Relating to IETF Documents 62 (https://trustee.ietf.org/license-info) in effect on the date of 63 publication of this document. Please review these documents 64 carefully, as they describe your rights and restrictions with respect 65 to this document. Code Components extracted from this document must 66 include Simplified BSD License text as described in Section 4.e of 67 the Trust Legal Provisions and are provided without warranty as 68 described in the Simplified BSD License. 70 Table of Contents 72 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3 73 1.1. Requirements Notation . . . . . . . . . . . . . . . . . . 3 74 2. The Captive-Portal Option . . . . . . . . . . . . . . . . . . 3 75 2.1. IPv4 DHCP Option . . . . . . . . . . . . . . . . . . . . 4 76 2.2. IPv6 DHCP Option . . . . . . . . . . . . . . . . . . . . 5 77 2.3. The Captive-Portal IPv6 RA Option . . . . . . . . . . . . 6 78 3. Precedence of API URIs . . . . . . . . . . . . . . . . . . . 6 79 4. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 7 80 4.1. Captive Portal Unrestricted Identifier . . . . . . . . . 7 81 4.2. BOOTP Vendor Extensions and DHCP Options Code Change . . 7 82 5. Security Considerations . . . . . . . . . . . . . . . . . . . 8 83 6. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . 9 84 7. References . . . . . . . . . . . . . . . . . . . . . . . . . 9 85 7.1. Normative References . . . . . . . . . . . . . . . . . . 9 86 7.2. Informative References . . . . . . . . . . . . . . . . . 10 87 Appendix A. Changes / Author Notes. . . . . . . . . . . . . . . 11 88 Appendix B. Changes from RFC 7710 . . . . . . . . . . . . . . . 11 89 Appendix C. Observations From IETF 106 Network Experiment . . . 12 90 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 12 92 1. Introduction 94 In many environments, users need to connect to a captive-portal 95 device and agree to an Acceptable Use Policy (AUP) and / or provide 96 billing information before they can access the Internet. Regardless 97 of how that mechanism operates, this document provides functionality 98 to allow the client to know when it is behind a captive portal and 99 how to contact it. 101 In order to present users with the payment or AUP pages, presently a 102 captive-portal enforcement device has to intercept the user's 103 connections and redirect the user to a captive portal server, using 104 methods that are very similar to man-in-the-middle (MITM) attacks. 105 As increasing focus is placed on security, and end nodes adopt a more 106 secure stance, these interception techniques will become less 107 effective and/or more intrusive. 109 This document describes a DHCPv4 [RFC2131] and DHCPv6 [RFC8415] 110 option (Captive-Portal) and an IPv6 Router Advertisement (RA) 111 [RFC4861] option that informs clients that they are behind a captive- 112 portal enforcement device and the API endpoint that the host can 113 contact for more information. 115 This document replaces RFC 7710 [RFC7710]. 117 1.1. Requirements Notation 119 The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", 120 "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and 121 "OPTIONAL" in this document are to be interpreted as described in BCP 122 14 [RFC2119] [RFC8174] when, and only when, they appear in all 123 capitals, as shown here. 125 2. The Captive-Portal Option 127 The Captive Portal DHCP / RA Option informs the client that it may be 128 behind a captive portal and provides the URI to access an API as 129 defined by [draft-ietf-capport-api]. This is primarily intended to 130 improve the user experience by showing the user the captive portal 131 information faster and more reliably. Note that, for the foreseeable 132 future, captive portals will still need to implement interception 133 techniques to serve legacy clients, and clients will need to perform 134 probing to detect captive portals. 136 Clients that support the Captive Portal DHCP option SHOULD include 137 the option in the Parameter Request List in DHCPREQUEST messages. 138 DHCP servers MAY send the Captive Portal option without any explicit 139 request. 141 In order to support multiple "classes" of clients (e.g. IPv4 only, 142 IPv6 only with DHCPv6 ([RFC8415]), and IPv6 only with RA) the captive 143 network can provision the client with the URI via multiple methods 144 (IPv4 DHCP, IPv6 DHCP, and IPv6 RA). The captive portal operator 145 SHOULD ensure that the URIs provisioned by each method are equivalent 146 to reduce the chance of operational problems. The maximum length of 147 the URI that can be carried in IPv4 DHCP is 255 bytes, so URIs longer 148 than 255 bytes should not be provisioned via IPv6 DHCP nor IPv6 RA 149 options. 151 In all variants of this option, the URI MUST be that of the captive 152 portal API endpoint, conforming to the recommendations for such URIs 153 [draft-ietf-capport-api]. 155 A captive portal MAY do content negotiation ([RFC7231] section 3.4) 156 and attempt to redirect clients querying without an explicit 157 indication of support for the captive portal API content type (i.e. 158 without application/capport+json listed explicitly anywhere within an 159 Accept header vis. [RFC7231] section 5.3). In so doing, the captive 160 portal SHOULD redirect the client to the value associated with the 161 "user-portal-url" API key. When performing such content negotiation 162 ([RFC7231] Section 3.4), implementors of captive portals need to keep 163 in mind that such responses might be cached, and therefore SHOULD 164 include an appropriate Vary header field ([RFC7231] Section 7.1.4) or 165 mark them explicitly uncacheable (for example, using Cache-Control: 166 no-store [RFC7234] Section 5.2.2.3). 168 The URI SHOULD NOT contain an IP address literal. Exceptions to this 169 might include networks with only one operational IP address family 170 where DNS is either not available or not fully functional until the 171 captive portal has been satisfied. 173 Networks with no captive portals MAY explicitly indicate this 174 condition by using this option with the IANA-assigned URI for this 175 purpose. Clients observing the URI value 176 "urn:ietf:params:capport:unrestricted" MAY forego time-consuming 177 forms of captive portal detection. 179 2.1. IPv4 DHCP Option 181 The format of the IPv4 Captive-Portal DHCP option is shown below. 183 0 1 2 3 184 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 185 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 186 | Code | Len | URI (variable length) ... | 187 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 188 . ...URI continued... . 189 | ... | 190 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 192 o Code: The Captive-Portal DHCPv4 Option (114) (one octet) 194 o Len: The length (one octet), in octets of the URI. 196 o URI: The URI for the captive portal API endpoint to which the user 197 should connect (encoded following the rules in [RFC3986]). 199 See [RFC2132], Section 2 for more on the format of IPv4 DHCP options. 201 Note that the URI parameter is not null terminated. 203 2.2. IPv6 DHCP Option 205 The format of the IPv6 Captive-Portal DHCP option is shown below. 207 0 1 2 3 208 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 209 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 210 | option-code | option-len | 211 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 212 . URI (variable length) . 213 | ... | 214 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 216 o option-code: The Captive-Portal DHCPv6Option (103) (two octets) 218 o option-len: The unsigned 16-bit length, in octets, of the URI. 220 o URI: The URI for the captive portal API endpoint to which the user 221 should connect (encoded following the rules in [RFC3986]). 223 See [RFC7227], Section 5.7 for more examples of DHCP Options with 224 URIs. See [RFC8415], Section 21.1 for more on the format of IPv6 225 DHCP options. 227 Note that the URI parameter is not null terminated. 229 The maximum length of the URI that can be carried in IPv4 DHCP is 255 230 bytes, so URIs longer than 255 bytes should not be provisioned via 231 IPv6 DHCP options. 233 2.3. The Captive-Portal IPv6 RA Option 235 This section describes the Captive-Portal Router Advertisement 236 option. 238 0 1 2 3 239 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 240 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 241 | Type | Length | URI . 242 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ . 243 . . 244 . . 245 . . 246 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 247 Figure 2: Captive-Portal RA Option Format 249 Type 37 251 Length 8-bit unsigned integer. The length of the option (including 252 the Type and Length fields) in units of 8 bytes. 254 URI The URI for the captive portal API endpoint to which the user 255 should connect. This MUST be padded with NULL (0x00) to make the 256 total option length (including the Type and Length fields) a 257 multiple of 8 bytes. 259 Note that the URI parameter is not guaranteed to be null terminated. 261 The maximum length of the URI that can be carried in IPv4 DHCP is 255 262 bytes, so URIs longer than 255 bytes should not be provisioned via 263 IPv6 RA options. 265 3. Precedence of API URIs 267 A device may learn about Captive Portal API URIs through more than 268 one of (or indeed all of) the above options. Implementations can 269 select their own precedence order (e.g., prefer one of the IPv6 270 options before the DHCPv4 option, or vice versa, et cetera). 272 If the URIs learned via more than one option described in Section 2 273 are not all identical, this condition SHOULD be logged for the device 274 owner or administrator; it is a network configuration error if the 275 learned URIs are not all identical. 277 4. IANA Considerations 279 This document requests one new IETF URN protocol parameter 280 ([RFC3553]) entry. This document also requests a reallocation of 281 DHCPv4 option codes (see Appendix C for background). 283 Thanks IANA! 285 4.1. Captive Portal Unrestricted Identifier 287 This document registers a new entry under the IETF URN Sub-namespace 288 for Registered Protocol Parameter Identifiers defined in [RFC3553]: 290 Registered Parameter Identifier: capport:unrestricted 292 Reference: RFC TBD (this document) 294 IANA Registry Reference: https://www.iana.org/assignments/params/ 295 params.xml#params-1 297 Only one value is defined (see URN above). No hierarchy is defined 298 and therefore no sub-namespace registrations are possible. 300 4.2. BOOTP Vendor Extensions and DHCP Options Code Change 302 [ RFC Ed: Please remove before publication: RFC7710 uses DHCP Code 303 160 -- unfortunately, it was discovered that this option code is 304 already widely used by Polycom (see appendix). Option 114 (URL) is 305 currently assigned to Apple (RFC3679, Section 3.2.3 - Contact: Dieter 306 Siegmund, dieter@apple.com - Reason to recover: Never published in an 307 RFC) Tommy Pauly (Apple) and Dieter Siegmund confirm that this 308 codepoint hasn't been used, and Apple is willing to relinquish it for 309 use in CAPPORT. Please see thread: 310 https://mailarchive.ietf.org/arch/msg/captive-portals/ 311 TmqQz6Ma_fznD3XbhwkH9m2dB28 for more background. ] 313 The IANA is requested to update the "BOOTP Vendor Extensions and DHCP 314 Options" registry (https://www.iana.org/assignments/bootp-dhcp- 315 parameters/bootp-dhcp-parameters.xhtml) as follows. 317 Tag: 114 318 Name: DHCP Captive-Portal 319 Data Length: N 320 Meaning: DHCP Captive-Portal 321 Reference: [THIS-RFC] 322 Tag: 160 323 Name: REMOVED/Unassigned 324 Data Length: 325 Meaning: 326 Reference: [THIS-RFC][RFC7710] 328 5. Security Considerations 330 By removing or reducing the need for captive portals to perform MITM 331 hijacking, this mechanism improves security by making the portal and 332 its actions visible, rather than hidden, and reduces the likelihood 333 that users will disable useful security safeguards like DNSSEC 334 validation, VPNs, etc. In addition, because the system knows that it 335 is behind a captive portal, it can know not to send cookies, 336 credentials, etc. By handing out a URI which is protected with TLS, 337 the captive portal operator can attempt to reassure the user that the 338 captive portal is not malicious. 340 Each of the options described in this document is presented to a node 341 using the same protocols used to provision other information critical 342 to the node's successful configuration on a network. The security 343 considerations applicable to each of these provisioning mechanisms 344 also apply when the node is attempting to learn the information 345 conveyed in these options. In the absence of security measures like 346 RA Guard ([RFC6105], [RFC7113]) or DHCP Shield [RFC7610], an attacker 347 could inject, modify, or block DHCP messages or RAs. 349 An attacker with the ability to inject DHCP messages or RAs could 350 include an option from this document to force users to contact an 351 address of his choosing. As an attacker with this capability could 352 simply list themselves as the default gateway (and so intercept all 353 the victim's traffic); this does not provide them with significantly 354 more capabilities, but because this document removes the need for 355 interception, the attacker may have an easier time performing the 356 attack. 358 However, as the operating systems and application that make use of 359 this information know that they are connecting to a captive-portal 360 device (as opposed to intercepted connections) they can render the 361 page in a sandboxed environment and take other precautions, such as 362 clearly labeling the page as untrusted. The means of sandboxing and 363 user interface presenting this information is not covered in this 364 document - by its nature it is implementation specific and best left 365 to the application and user interface designers. 367 Devices and systems that automatically connect to an open network 368 could potentially be tracked using the techniques described in this 369 document (forcing the user to continually authenticate, or exposing 370 their browser fingerprint). However, similar tracking can already be 371 performed with the presently common captive portal mechanisms, so 372 this technique does not give the attackers more capabilities. 374 Captive portals are increasingly hijacking TLS connections to force 375 browsers to talk to the portal. Providing the portal's URI via a 376 DHCP or RA option is a cleaner technique, and reduces user 377 expectations of being hijacked - this may improve security by making 378 users more reluctant to accept TLS hijacking, which can be performed 379 from beyond the network associated with the captive portal. 381 6. Acknowledgements 383 This document is a -bis of RFC7710. Thanks to all of the original 384 authors (Warren Kumari, Olafur Gudmundsson, Paul Ebersman, Steve 385 Sheng), and original contributors. 387 Also thanks to the CAPPORT WG for all of the discussion and 388 improvements including contributions and review from Joe Clarke, 389 Lorenzo Colitti, Dave Dolson, Hans Kuhn, Kyle Larose, Clemens 390 Schimpe, Martin Thomson, Michael Richardson, Remi Nguyen Van, Subash 391 Tirupachur Comerica, Bernie Volz, and Tommy Pauly. 393 7. References 395 7.1. Normative References 397 [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate 398 Requirement Levels", BCP 14, RFC 2119, 399 DOI 10.17487/RFC2119, March 1997, 400 . 402 [RFC2131] Droms, R., "Dynamic Host Configuration Protocol", 403 RFC 2131, DOI 10.17487/RFC2131, March 1997, 404 . 406 [RFC2132] Alexander, S. and R. Droms, "DHCP Options and BOOTP Vendor 407 Extensions", RFC 2132, DOI 10.17487/RFC2132, March 1997, 408 . 410 [RFC3553] Mealling, M., Masinter, L., Hardie, T., and G. Klyne, "An 411 IETF URN Sub-namespace for Registered Protocol 412 Parameters", BCP 73, RFC 3553, DOI 10.17487/RFC3553, June 413 2003, . 415 [RFC3986] Berners-Lee, T., Fielding, R., and L. Masinter, "Uniform 416 Resource Identifier (URI): Generic Syntax", STD 66, 417 RFC 3986, DOI 10.17487/RFC3986, January 2005, 418 . 420 [RFC4861] Narten, T., Nordmark, E., Simpson, W., and H. Soliman, 421 "Neighbor Discovery for IP version 6 (IPv6)", RFC 4861, 422 DOI 10.17487/RFC4861, September 2007, 423 . 425 [RFC7227] Hankins, D., Mrugalski, T., Siodelski, M., Jiang, S., and 426 S. Krishnan, "Guidelines for Creating New DHCPv6 Options", 427 BCP 187, RFC 7227, DOI 10.17487/RFC7227, May 2014, 428 . 430 [RFC7231] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 431 Protocol (HTTP/1.1): Semantics and Content", RFC 7231, 432 DOI 10.17487/RFC7231, June 2014, 433 . 435 [RFC7234] Fielding, R., Ed., Nottingham, M., Ed., and J. Reschke, 436 Ed., "Hypertext Transfer Protocol (HTTP/1.1): Caching", 437 RFC 7234, DOI 10.17487/RFC7234, June 2014, 438 . 440 [RFC8174] Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 441 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, 442 May 2017, . 444 [RFC8415] Mrugalski, T., Siodelski, M., Volz, B., Yourtchenko, A., 445 Richardson, M., Jiang, S., Lemon, T., and T. Winters, 446 "Dynamic Host Configuration Protocol for IPv6 (DHCPv6)", 447 RFC 8415, DOI 10.17487/RFC8415, November 2018, 448 . 450 7.2. Informative References 452 [RFC6105] Levy-Abegnoli, E., Van de Velde, G., Popoviciu, C., and J. 453 Mohacsi, "IPv6 Router Advertisement Guard", RFC 6105, 454 DOI 10.17487/RFC6105, February 2011, 455 . 457 [RFC7113] Gont, F., "Implementation Advice for IPv6 Router 458 Advertisement Guard (RA-Guard)", RFC 7113, 459 DOI 10.17487/RFC7113, February 2014, 460 . 462 [RFC7610] Gont, F., Liu, W., and G. Van de Velde, "DHCPv6-Shield: 463 Protecting against Rogue DHCPv6 Servers", BCP 199, 464 RFC 7610, DOI 10.17487/RFC7610, August 2015, 465 . 467 [RFC7710] Kumari, W., Gudmundsson, O., Ebersman, P., and S. Sheng, 468 "Captive-Portal Identification Using DHCP or Router 469 Advertisements (RAs)", RFC 7710, DOI 10.17487/RFC7710, 470 December 2015, . 472 7.3. URIs 474 [1] https://tickets.meeting.ietf.org/wiki/IETF106network#Experiments 476 [2] https://tickets.meeting.ietf.org/wiki/CAPPORT 478 [3] https://community.polycom.com/t5/VoIP-SIP-Phones/DHCP- 479 Standardization-160-vs-66/td-p/72577 481 Appendix A. Changes / Author Notes. 483 [RFC Editor: Please remove this section before publication ] 485 From initial to -00. 487 o Import of RFC7710. 489 From -00 to -01. 491 o Remove link-relation text. 493 o Clarify option should be in DHCPREQUEST parameter list. 495 o Uppercase some SHOULDs. 497 Appendix B. Changes from RFC 7710 499 This document incorporates the following changes from [RFC7710]. 501 1. Clarify that IP string literals are NOT RECOMMENDED. 503 2. Clarify that the option URI SHOULD be that of the captive portal 504 API endpoint. 506 3. Clarify that captive portals MAY do content negotiation. 508 4. Added text about Captive Portal API URI precedence in the event 509 of a network configuration error. 511 5. Added urn:ietf:params:capport:unrestricted URN. 513 6. Notes that the DHCP Code changed from 160 to 114. 515 Appendix C. Observations From IETF 106 Network Experiment 517 During IETF 106 in Singapore an experiment [1] enabling Captive 518 Portal API compatible clients to discover a venue-info-url (see 519 experiment description [2] for more detail) revealed that some 520 Polycom devices on the same network made use of DHCPv4 option code 521 160 for other purposes [3]. 523 The presence of DHCPv4 Option code 160 holding a value indicating the 524 Captive Portal API URL caused these devices to not function as 525 desired. For this reason, this document requests IANA deprecate 526 option code 160 and reallocate different value to be used for the 527 Captive Portal API URL. 529 Authors' Addresses 531 Warren Kumari 532 Google 533 1600 Amphitheatre Parkway 534 Mountain View, CA 94043 535 US 537 Email: warren@kumari.net 539 Erik Kline 540 Loon 541 1600 Amphitheatre Parkway 542 Mountain View, CA 94043 543 US 545 Email: ek@loon.com