HTTP

  • NodeJS: How to make HTTP request

    NodeJS: How to make HTTP request

    When it comes to modern era of Web with microservices and service oriented architecture applications depend on the web API calls. Thankfully NodeJS offers the many different ways to…

    neotam Avatar
  • How to Enable Cross Origin Resource Sharing (CORS) on Django REST Framework

    How to Enable Cross Origin Resource Sharing (CORS) on Django REST Framework

    To enable cross origin resource sharing we need to enable some headers to authorize origin (browser ) to make requests to cross(different) origin. Browsers make preflight request to determine…

    neotam Avatar
  • Cross Origin Resource Sharing

    Cross-Origin Resource Sharing (CORS) Explained

    Cross-Origin Resource Sharing (CORS) is the mechanism to allow content loaded from one (main) origin to access the selected resources available from servers at different origin. This mechanism of…

    neotam Avatar