Git Product home page Git Product logo

Comments (5)

yvele avatar yvele commented on August 30, 2024 1

@ejferg @SteveALee Hi thanks for reporting the issue.. I'll have a look quite soon ;)

PS: Feel free to make a PR

from azure-function-express.

SteveALee avatar SteveALee commented on August 30, 2024 1

@ejferg

Thanks for the fix. I spent quite a bit of time with the Express code and didn't spot  x-powered-by could be disabled. The reason that header is send is not so explicit in the code and I'm not an express user.

I think I used express 2.x as your example had and I wasn't sure if newer version might have broken you mocking of the HTTP objects. I will certainly try it sometime.

I totally agree it's a great approach for an API serving JSON payloads. I wanted a solution for that and serving my static objects (index.html etc). Seems in that case I got a bit carried away :)

I might revisit it sometime. It seemed to me that Functions only support strings for buffers (ie in memory copies) rather than streaming from files. That's fine for dev but not for production.

Thanks again for getting back to me.

from azure-function-express.

ejferg avatar ejferg commented on August 30, 2024

Has anybody found a work around?

from azure-function-express.

SteveALee avatar SteveALee commented on August 30, 2024

@ejferg To be honest, after quite a bit of time looking at options, including connect rather than express, I decide this was not a good approach for several reasons.

  • Many middleware keep state so do not make any sense in a Function and not in a server main loop.
  • Even for static hosting, compared to other servers content will not be streamed so performance is poor
  • Many features a server would manage are handled out side our function by Azure App Service, so this make little sense - eg CORS.

So while using Express and middleware seems like a neat idea in reality I don't think it makes much sense.

Here's a post I did on static serving in Azure

from azure-function-express.

yvele avatar yvele commented on August 30, 2024

@SteveALee Thank you so much for reporting this issue 😄

It's now fixed in v1.2.0

I didn't notice the error because I'm disabling x-powered-by in all my express applications.

@ejferg @SteveALee Please give it a try and let me know.

@SteveALee Unrelated to this issue, but you consider moving from express 2.x to express 4.x as express 2.x is no longer maintained and have security and performance issues (source: http://expressjs.com/2x/)

@SteveALee This package is good (and fast enough) for managing API endpoints with routing. If you need streaming feature, feel free to make a PR.. 😃 I know Azure Function is improving and may support streaming (soon or already?).


PS: Known workaround consisting in disabling x-powered-by in the express application instance via app.disable("x-powered-by");

from azure-function-express.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.