  1. [JA3 Fingerprint](https://scrapfly.io/web-scraping-tools/ja3-fingerprint)
2. [ TLS Extensions ](https://scrapfly.io/web-scraping-tools/ja3-fingerprint/extensions "Browse all TLS Extensions")
3. application\_settings\_new\_codepoint
 
   [  Browse All TLS Extensions ](https://scrapfly.io/web-scraping-tools/ja3-fingerprint/extensions) 

  # application\_settings\_new\_codepoint

TLS Extension Code: `17613`

 

  ### Extension Details

 

Extension Name

`application_settings_new_codepoint`

 

Extension Code (Decimal)

`17613`

 

Extension Code (Hex)

`0x44CD`

 

RFC Reference

 [ draft-vvv-tls-alps  ](https://datatracker.ietf.org/doc/html/draft-vvv-tls-alps) 

 

 

 

  ### What is application\_settings\_new\_codepoint?

 

Application Settings (ALPS), re-codepointed at 17613. Recent Chrome builds emit the same Application Settings TLS extension at this new codepoint while keeping 17513 for backward compatibility — clients send both during the standardization rollout. Functionally identical to the 17513 ALPS variant: the server hints HTTP/2 / HTTP/3 settings during the encrypted TLS handshake, saving an application-layer round trip. Two ALPS extensions in the same Client Hello is a strong signature for current-generation Chromium fingerprints.

 

 

  ### Role in JA3 Fingerprinting

 

  How This Extension Affects Fingerprinting 

 The **application\_settings\_new\_codepoint** extension is part of the TLS Client Hello packet that JA3 analyzes to create a unique fingerprint of your browser or HTTP client.

 **JA3 Construction:** JA3 concatenates TLS parameters including extensions in a specific format:
 `TLS_VERSION,CIPHERS,EXTENSIONS,CURVES,POINT_FORMATS`

 Different browsers and HTTP clients support different sets of TLS extensions, making this a key differentiator in fingerprinting. The presence, absence, or order of extensions like `application_settings_new_codepoint` can reveal:

- Browser type and version (Chrome, Firefox, Safari, Edge)
- Operating system (Windows, macOS, Linux, Android, iOS)
- HTTP library (curl, Python requests, Go http.Client, Node.js)
- Bot detection - automated tools often have distinctive extension sets
 
 

 

 

  ### Test Your TLS Configuration

 

 See if your browser or HTTP client includes the `application_settings_new_codepoint` extension in its TLS handshake:

 [  Test Your JA3 Fingerprint ](https://scrapfly.io/web-scraping-tools/ja3-fingerprint) 

 The JA3 tool will show all TLS extensions your client advertises, including application\_settings\_new\_codepoint.

 

  ### Browser &amp; Client Support

 

**Modern Browser Support:**

- **Chrome/Edge:** Full support for application\_settings\_new\_codepoint
- **Firefox:** Full support for application\_settings\_new\_codepoint
- **Safari:** Full support for application\_settings\_new\_codepoint
 
**HTTP Client Libraries:**

- **curl:** Support varies by OpenSSL/LibreSSL version
- **Python requests:** Limited TLS extension control
- **curl\_cffi:** Can mimic browser TLS configurations
- **Scrapfly API:** Automatically matches real browser TLS fingerprints
 
 

 

 

  ### Related TLS Resources

 

##### TLS Extensions

- [server\_name (SNI)](https://scrapfly.io/web-scraping-tools/ja3-fingerprint/extension/server-name)
- [supported\_groups](https://scrapfly.io/web-scraping-tools/ja3-fingerprint/extension/supported-groups)
- [ALPN](https://scrapfly.io/web-scraping-tools/ja3-fingerprint/extension/application-layer-protocol-negotiation)
- [supported\_versions](https://scrapfly.io/web-scraping-tools/ja3-fingerprint/extension/supported-versions)
 
 

##### Testing Tools

- [JA3 Fingerprint Tool](https://scrapfly.io/web-scraping-tools/ja3-fingerprint)
- [Browser Fingerprint Test](https://scrapfly.io/web-scraping-tools/browser-fingerprint)
 
 

 

 

  ### Technical References

 

- **RFC Specification:** [ draft-vvv-tls-alps - TLS Extensions  ](https://datatracker.ietf.org/doc/html/draft-vvv-tls-alps)
- **IANA Registry:** [ TLS ExtensionType Values  ](https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml)
- **JA3 Project:** [ JA3 - TLS Client Fingerprinting  ](https://github.com/salesforce/ja3)