[SOLVED] AspNet Core Kestrel

Hi all,

i have a problem with Webpack.

I do a call from aurelia like this:

image

… and in the Asp.Net Core with Kestrel Web Self Hosted i have this in the middleware:

so i can’t know which request is it.
Could someone help me to know how activate the WebPack in the server side?

Could you please provide more information about what you are trying to accomplish and what your problem is? I can’t figure out what you are trying to do.

I solved it…

The problem was that i couldn’t get the path of the request to know what client want( Routing the request in the correct controller)

I made a new project with the mvc style in asp.net core 2.0… now the requests works…