-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Labels
In-PRIssues that have a PR open for them.Issues that have a PR open for them.enhancementNew feature or requestNew feature or request
Description
Summary
Our repo uses HttpServerUtility.TransferRequest which is not supported by ASP.NetCore and this adapters.
I want to ask if there is equivalent and if there is plan to add them to adapter.
Motivation and goals
We need migrate code (an API in Sharepoint) to ASP.NetCore and we find that the APIs are not supported by ASP.NetCore.
In scope
HttpServerUtility.TransferRequest
From this post, it seems that there are several options.
Will adapters add this function?
Examples
context.Server.TransferRequest(
modifiedUri,
true,
null,
context.Request.Headers);Metadata
Metadata
Assignees
Labels
In-PRIssues that have a PR open for them.Issues that have a PR open for them.enhancementNew feature or requestNew feature or request