This repository was archived by the owner on Apr 8, 2020. It is now read-only.
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
Is it possible to forward a web request to from ASP.Net Core to NodeServices ... #1209
Closed
Description
... that would enable the use of Node packages that are web request aware... e.g. interrogate the browser request for accept-language headers?
I did find this in HttpNodeInstanceEntryPoint.ts:
const server = http.createServer((req, res) => {
Which indicates that NodeServices might be able to be web aware...?
Metadata
Metadata
Assignees
Labels
No labels