Is it possible to forward a web request to from ASP.Net Core to NodeServices ... #489

Closed
opened 2025-08-09 17:16:29 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @mcquiggd on 8/18/2017

... 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...?

*Originally created by @mcquiggd on 8/18/2017* ... 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](https://github.com/aspnet/JavaScriptServices/blob/dev/src/Microsoft.AspNetCore.NodeServices/TypeScript/HttpNodeInstanceEntryPoint.ts#L14): `const server = http.createServer((req, res) => {` Which indicates that NodeServices _might_ be able to be web aware...?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#489
No description provided.