1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 06:15:42 +00:00

Add registrar id header to proxy requests (#2791)

This commit is contained in:
Pavlo Tkach
2025-08-05 13:57:04 -04:00
committed by GitHub
parent c21b66f0fb
commit 95c89bc856
4 changed files with 146 additions and 1 deletions

View File

@@ -30,6 +30,9 @@ public final class ProxyHttpHeaders {
/** HTTP header name used to pass the client IP address from the proxy to Nomulus. */
public static final String IP_ADDRESS = "Nomulus-Client-Address";
/** HTTP header name used to pass the Registrar Id from the proxy to Nomulus. */
public static final String REGISTRAR_ID = "Nomulus-Registrar-Id";
/**
* Fallback HTTP header name used to pass the client IP address from the proxy to Nomulus.
*