This commit is contained in:
AymericGeffroyKoesio 2026-05-09 08:51:29 +08:00 committed by GitHub
commit 83ff076b3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -527,7 +527,7 @@ def register_client(
response = ssrf_proxy.post(
registration_url,
json=client_metadata.model_dump(),
json=client_metadata.model_dump(exclude_none=True),
headers={"Content-Type": "application/json"},
)
if not response.is_success: