mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-13 00:07:11 +02:00
refactor(logging): update header priority for client identification
Changed the priority of headers for client identification in logs: Now prioritizing the 'Remote-User' header over the 'X-Client-ID' header.
This commit is contained in:
@ -274,7 +274,7 @@ async def test_trigger_method(
|
||||
"X-Client-Id": "client-header",
|
||||
"Remote-User": "Remote User",
|
||||
},
|
||||
"id=client-header",
|
||||
"user=Remote User",
|
||||
),
|
||||
],
|
||||
)
|
||||
|
Reference in New Issue
Block a user