feat: add X-UiPath-Licensing-Context header passing for http clients#1343
Merged
cotovanu-cristian merged 3 commits intomainfrom Mar 5, 2026
Merged
feat: add X-UiPath-Licensing-Context header passing for http clients#1343cotovanu-cristian merged 3 commits intomainfrom
X-UiPath-Licensing-Context header passing for http clients#1343cotovanu-cristian merged 3 commits intomainfrom
Conversation
38fad96 to
a6e84f8
Compare
a6e84f8 to
de0f5e0
Compare
X-UiPath-Licensing-Context header passing into all http clients
X-UiPath-Licensing-Context header passing into all http clientsX-UiPath-Licensing-Context header passing for http clients
dc3994f to
3c5ac7d
Compare
3c5ac7d to
7acee80
Compare
…ents on http clients
7acee80 to
0c2a761
Compare
The module now handles more than SSL context (headers, licensing context), so the name better reflects its broader HTTP client configuration role. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
radu-mocanu
approved these changes
Mar 5, 2026
Collaborator
radu-mocanu
left a comment
There was a problem hiding this comment.
we can reuse the ConfigurationManager approach for binding overwrites https://github.com/UiPath/uipath-python/blob/main/packages/uipath/src/uipath/_cli/_utils/_common.py#L163 to have a
unified way of reading internalArguments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
When a job is launched with a licensingContext internal argument, all outbound HTTP requests from the SDK now include the X-UiPath-Licensing-Context header. This enables the platform to track licensing usage per transaction.
Changes