• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:

  • You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
  • You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
  • If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Previously on "Quick and dirty out-of-the-box web-server"

Collapse

  • d000hg
    replied
    Originally posted by Snarf View Post
    I thought postman had this ability built in?

    A quick glance over the documentation certainly suggests it does.
    Oh that's handy, I have that installed but hadn't used it previously so am unaware of most features!
    Ta.

    Leave a comment:


  • Snarf
    replied
    I thought postman had this ability built in?

    A quick glance over the documentation certainly suggests it does.

    Leave a comment:


  • d000hg
    replied
    Originally posted by northernladuk View Post
    Why does everyone want everything dirty nowadays??

    Is is some millennial term like 'sick' or summat?
    Yes except it's been around since before you were born.

    quick-and-dirty - Wiktionary

    Leave a comment:


  • wattaj
    replied
    Originally posted by northernladuk View Post
    Why does everyone want everything dirty nowadays??
    There's less opportunity to be caught by the kids.
    HTH.

    Leave a comment:


  • northernladuk
    replied
    Originally posted by SimonMac View Post
    MS-DOS is an evolution of 86-DOS which originally named QDOS (Quick and Dirty Operating System)
    Well you learn something new every day!

    Leave a comment:


  • SimonMac
    replied
    Originally posted by northernladuk View Post
    Why does everyone want everything dirty nowadays??

    Is is some millennial term like 'sick' or summat?
    MS-DOS is an evolution of 86-DOS which originally named QDOS (Quick and Dirty Operating System)

    Leave a comment:


  • northernladuk
    replied
    Why does everyone want everything dirty nowadays??

    Is is some millennial term like 'sick' or summat?

    Leave a comment:


  • BlueSharp
    replied
    Take a look at Postman it has a feature called mock server where you can type in the response you want from any given path and http verb.

    Setting up a mock server | Postman Learning Center
    Last edited by BlueSharp; 13 September 2019, 12:56.

    Leave a comment:


  • NickFitz
    replied
    Either Node or Python can give you a quick-and-dirty web server good enough for non-production use:

    How to serve static files | Node.js

    Serve Your Current Directory With Python and HTTP | Nicolas Mesa

    Leave a comment:


  • d000hg
    replied
    Sounds interesting, I'll take a look. Thanks.

    Leave a comment:


  • SimonMac
    replied
    Beeceptor - Zero Coding Rest API Mocking - Rest API Mock Server

    Leave a comment:


  • d000hg
    started a topic Quick and dirty out-of-the-box web-server

    Quick and dirty out-of-the-box web-server

    A lot of development work I do involves interacting with remote Web-APIs. Sometimes there is a simulator, but often I could get by with some hand-crafted JSON/XML files and just tell a noddy web-server to return a given file no matter what request it's given, or map a given URL to a static file.
    I'm not a web-dev or I'm sure this is trivial in PHP but I wonder can I use some standalone application to just run up and it is a web-server on 127.0.0.1:xxxx like I describe? Sort of the way Jenkins does in a way. I do not want to setting up IIS or Apache!

Working...
X