Azure / iisnode

Hosting node.js applications in IIS on Windows
Other
667 stars 101 forks source link

access to binding config #58

Open BananaAcid opened 6 years ago

BananaAcid commented 6 years ago

By inspecting the ENV, http-request object and iisnode extra headers that could be added, in an index.js within an iisnode-nodejs instance, it does lack the binding data. Original host and port used. As well as any configured IIS site binding,

Is there a workaround for it?