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

Update VendorHttpApiRequestor to use support http client library #2518

Closed
nrcventura opened this issue May 31, 2024 · 1 comment · Fixed by #2566
Closed

Update VendorHttpApiRequestor to use support http client library #2518

nrcventura opened this issue May 31, 2024 · 1 comment · Fixed by #2566

Comments

@nrcventura
Copy link
Member

Describe the story, please be clear on scope of the story.

In newer versions of .net the usage of WebRequest.Create is deprecated. We should update this code to either leverage the code that we use for sending requests to New Relic, or update it to use the current code for .net framework, and HttpClient for netstandard.

See

for a reference to the code that makes these requests.

Acceptance Criteria

  • On .net framework HttpWebRequest should be used
  • On netstandard builds of the agent HttpClient should be used

Dependencies

  • None

Describe Design Consideration/Limitations

Additional context

Estimates

Please provide initial t-shirt size
M

@workato-integration
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants