Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Something wrong with ConnectionConfig #38

Open
bdeyo-vmware opened this issue Apr 10, 2024 · 0 comments
Open

Something wrong with ConnectionConfig #38

bdeyo-vmware opened this issue Apr 10, 2024 · 0 comments
Assignees
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@bdeyo-vmware
Copy link
Collaborator

Something isn't being parsed correctly within the connection config and it is resulting in the URI being dropped from the $headers

###Process ws1EnvUri to validate it is a good URI
if ($ws1ApiUri.Scheme -ne "https") {
    [uri]$ws1ApiUri = "https://"+$ws1ApiUri
}

The result is the entire set of functions fails to find a server and nothing works.

@bdeyo-vmware bdeyo-vmware added bug Something isn't working invalid This doesn't seem right labels Apr 10, 2024
@bdeyo-vmware bdeyo-vmware self-assigned this Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant