Search Results for "http server debug requests" - Page 6

Showing 194 open source projects for "http server debug requests"

View related business solutions
  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • File Synchronization, File Replication and File Archiving software solutions. Icon
    File Synchronization, File Replication and File Archiving software solutions.

    SIMPLIFY CRITICAL FILE TRANSFERS

    SureSync is a file replication and synchronization application that provides one-way and multi-way processing in both scheduled and real-time modes.
    Learn More
  • 1
    HTTPLabs

    HTTPLabs

    The interactive web server

    The interactive web server. HTTPLabs let you inspect HTTP requests and forge responses. Each release provides pre-built binaries for different architectures. HTTPLab uses files to store pre-built responses, it will look for a file called .httplab on the current directory if not found it will fall back to $HOME.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Resumable.js

    Resumable.js

    Library for providing multiple uploads via the HTML5 File API

    Resumable.js is a JavaScript library providing multiple simultaneous, stable and resumable uploads via the HTML5 File API. The library is designed to introduce fault-tolerance into the upload of large files through HTTP. This is done by splitting each file into small chunks. Then, whenever the upload of a chunk fails, uploading is retried until the procedure completes. This allows uploads to automatically resume uploading after a network connection is lost either locally or to the server....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Angular UI Tree

    Angular UI Tree

    A tree component for AngularJS, without jQuery as dependency

    ...You will get a modal confirmation popup any time you try to drop a node as a child of a node with a smaller value. Use the treeConfig service to configure the tree defaults at runtime. With this you can customize the classes applied to various tree elements. To debug code and run end-to-end tests, it is often useful to have a local HTTP server. For this purpose, we have made available a local web server based on Node.js.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    WebcamServer

    WebcamServer

    Tool to remotely activate a camera and capture images up on GET-reques

    Usual webcams run a server Tom remotely access images and videos. This often prevents the server from going to suspend. This tool listens on a configurable port on a GET request requesting a .jpg file. Up on such a request, the webcam is configured, activated, an image is captured, and the image is returned as a usual http reply. This enables the server to suspend and to wait for a WOL to resume.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build fully functional websites and web apps by simply chatting with AI. Launch in 1 click – no coding, no delays. Icon
    Build fully functional websites and web apps by simply chatting with AI. Launch in 1 click – no coding, no delays.

    Got an idea? Launch it today

    Hostinger Horizons is an AI-powered revolutionary new way to build websites and web apps. No coding, no delays. Users just need to tell the AI what they want, and it builds it, instantly. Whether it's a food delivery platform, a fitness tracker, or a custom business tool, Horizons turns the idea into a fully functional, mobile-friendly app in minutes. It’s fully customizable, lightning-fast, and designed for creators who want results without the complexity. With built-in hosting, professional email, and one-click deployment, you're ready to publish your idea right away.
    Learn More
  • 5

    httpr

    HTTP Rake - a simple HTTP server for examining/testing HTTP requests

    HTTP Rake - httpr - is a lightweight and flexible HTTP testing tool that is useful for examining and testing HTTP requests without the need for a full-fledged Web server or a proxy. Implemented in Go, httpr is extremely compact, and can be run locally, which is useful in cases when sending HTTP traffic to a third-party hosted solutions is not desirable, or impractical.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SWire

    SWire

    A Stata plugin for connecting Stata with other software

    SWire is a software interface enabling us to query Stata for the executing of basic operations like reading or writing data. The core of SWire is a Java plugin which functions as a server and it can be queried by using the HTTP protocol. SWire is in essence a wrapper around the Stata-Java API and all the functions relating to this API can, therefore, be externally called by clients. SWire can be interrogated on a local network and it accepts AJAX queries, thus enabling the development of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Restangular

    Restangular

    AngularJS service to handle Rest API Restful Resources

    Restangular is an AngularJS service that simplifies common GET, POST, DELETE, and UPDATE requests with a minimum of client code. It's a perfect fit for any WebApp that consumes data from a RESTful API. Note This version of Restangular only supports Angular 1. For an Angular 2+ version of Restangular, check out ngx-restangular. It's a separate project with different maintainers, so issues regarding ngx-restangular should be reported over there. Learn Restangular! Try the live demo on plunkr....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    TCP Gateway Tool

    Proxy client requests to backend server

    TcpGate is a proxy server that proxies client requests to backend server. You can debug the messages send between clients and server. The server also maintains blacklist and whitelist IP addresses so only authorized clients can connect to the proxy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    jReflectServer

    A lightweight Java HTTP server and webservice-framework

    jReflectServer is a very small, lightweight and super easy-to-use java web-server and -framework for creating (distributed) pure java web-applications, webservices and small websites. jReflectServer is able to randomly forward requests to a cluster of remote server nodes. For this distributed code execution no special code is needed. A distributed session can be used to share data between the server instances.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Retail Point of Sale and Inventory Management Software Icon
    Retail Point of Sale and Inventory Management Software

    RetailEdge retail point of sale software is designed for single and multi-store businesses

    Caters to small and mid-sized retailers with multiple locations who require a reliable point of sale and inventory management software solution.
    Learn More
  • 10
    Parallec

    Parallec

    Fast Parallel Async HTTP/SSH/TCP/UDP/Ping Client Java Library

    Fast parallel async HTTP/SSH/TCP/UDP/Ping client java library on Akka. Aggregate 100,000 APIs & send results anywhere in 20 lines of code. View production use cases. Ping or HTTP calls 8000 servers with responses aggregated in 12 seconds. Parallec means Parallel Client (pronounced as "para-like"). Open Source from eBay Cloud. A convenient response context passes any object you need when handling a response. Process data anyway and send it anywhere. Intuitive builder pattern APIs make...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    NanoHTTPD

    NanoHTTPD

    Tiny, easily embeddable HTTP server in Java

    NanoHTTPD is a light-weight HTTP server designed for embedding in other applications, released under a Modified BSD licence. It is being developed at Github and uses Apache Maven for builds & unit testing. Nanolets are like servlets only that they have a extremely low profile. They offer an easy to use system for a more complex server application. We are currently in the process of stabilizing NanoHTTPD from the many pull requests and feature requests that were integrated over the last few months. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    MassConfig

    A small but powerfull application For mass devices config & backup

    Mass Config A small but powerfull excel application For mass devices configuration / backup, can use also to send configuration / commands to Linux server This is an open source application Tested with: - network device - cisco,nortel and juniper - Operetion systems - Debian linux uses telnet / SSH to connect to devices, for every device from the list, you can set the commands to send All devices output is saved in the 'Output' directory, you can load this output data to the excel Please let me know of any bugs / application changes / requests MassConfig is used for: - Mass configure large no. of devices - Send configuration / commands to Linux server - Central Management and monitoring for all the net - Configuration backup - Ping tests - Fping test (Like ping but better) - To save ping history - To save EIGRP history (or any other command output history) - Manipulate commands output More info at: http://sharontools.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Tomcat for Large Scale Deployments

    Use one Apache Tomcat installation to run multiple Tomcat instances

    This project is a packaged installation of Apache Tomcat useful if you need to deal with a lot of Tomcat instances. It is based on a Filip Hanik recommendations (http://sourceforge.net/projects/tomcat-lsd/files/tomcatx-large-scale-deployments.pdf/download) THIS IS NOT a modified version of Tomcat. I guarantee that the Tomcat is original. Why you need it : because you have many apps, you want to separate them and you want to have one app per tomcat (which is easier to monitor, to debug, to restart, etc...) ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    TCPStub

    Quick and simple port client and server test application.

    TCPStub allows you to specify an IP address, a port and a raw request and view the response. You can also start a server listening on a specific port and test a client pointed to this address and port and see the raw request. It's very simple and surprisingly useful. I've used it to test SOAP requests, X12, HTTP and others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    bat

    bat

    Go implement CLI, cURL-like tool for humans

    bat is a Go-implemented, cURL-like command-line HTTP client designed to be “for humans,” emphasizing an expressive and intuitive syntax. It allows developers to test, debug, and generally interact with HTTP servers using concise commands that feel more like a small DSL than raw cURL flags. The tool supports a wide range of HTTP operations including custom methods, headers, JSON payloads, form submissions, file uploads, authentication and proxy configuration. Its README showcases simple...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    VSIDO

    VSIDO

    VSIDO Linux

    Direct Download site http://www.nixnut.com/vsido/.index.php VSIDO is a front line Debian Sid installation built with the goal of providing both new and advanced users the toolset needed to be productive, protected yet flexible enough to enjoy For years, VSIDO has provided a stable release cycle within SID. Whether it is your personal laptop, or a real world server, it covers the gamut, for new users, or the seasoned professional hacker! System administrator or first time Linux user,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Spray

    Spray

    Scala libraries for building and consuming RESTful web services

    Spray is a suite of Scala libraries built on top of Akka that offers a modular, asynchronous, and non-blocking toolkit for building and consuming RESTful and HTTP services. The core philosophy behind Spray is that it should act as a “library” for integration and HTTP layers, not as a full application framework—it gives you the building blocks to handle HTTP and REST but doesn’t impose heavy structure. It includes modules for low-level HTTP I/O, routing, client and server APIs, HTTP model (requests/responses), (un)marshalling, servlet adapters, and testing utilities. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    FS-IISLogViewer

    FS-IISLogViewer

    FS-IISLogViewer - analyze IIS LogFiles

    FS-IISLogViewer (Beta) was developed to analyze the logfiles of your Windows Internet Information Services (IIS). You can filter (include, exclude) the log file entries by pattern, date, ip-addresses, regular expressions or fulltext search. Invalid requests (e.g. 404) are highlighted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    HTML Splicer

    A simple alternative to web presentation layer frameworks

    ...HTMLSplicer offers an alternative where client-side and server-side developers can work independently, provided that they agree on the structure of HTTP requests, and "splicing" operations needed to generate responses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    BGINFO4X - BGINFO for X and for Windows!

    BGINFO4X - BGINFO for X and for Windows!

    Shows desktop information on your screen

    BGINFO for X, also called BGINFO4X, is a clone of the popular program BGINFO for Microsoft Windows created by Sysinternals. BGINFO4X is designed for pretty print useful information (CPU model, Hostname, IP address, OS version, Office version, and much more ...) on your desktop background or wallpaper. See the screenshots to see BGINFO4X in action. BGINFO4X is Multi Platform (Windows, MacOSX, Linux, BSD). BGINFO4X is Highly Customizable. BGINFO4X is Open Source. BGINFO4X comes...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    C++ On Air

    C++ On Air

    Light-weight C++ web application server library

    C++ On Air (or "ConAir") is a light-weight library that combines the power of C++ with the flexibility of Interpp to allow you to create impressive web applications with new / existing C++ code. ConAir uses an embedded http server and Interpp interpreter to serve html, and process http requests from within your C++ application. This internal server establishes a bidirectional web socket connection between your C++ application and a client-side JavaScript interface for interactive scripting via the web. Getting started: 1. Download C++ On Air 2. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    AWBot is an easy to use tool to test a web site.: AWbot connects to your web site and make URL requests like any other visitors. AWBot is not a web indexing robot but a web client tool that emulate some visitors browsing on your site to test its reliab
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    RMI over WebSockets

    Remote Method Invocations over WebSockets

    ...It takes care of serializing and de-serializing the requests and responses using the Jackson JSON processor. . By modeling the communication between the Javascript and Java-server code as method calls, RMI WebSocket allows developers to apply UI patterns such as MVP (Model-View-Presenter) to their web application. More information at http://sourceforge.net/p/rmiwebsocket/wiki.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Wave Framework

    Wave Framework

    Open Source API-centric PHP Micro-framework

    Wave is a PHP micro-framework that is built loosely following model-view-control architecture and factory method design pattern. It is made for web services, websites and info-systems and is built to support a native API architecture, caching, user control and smart resource management. Wave is a compact framework that does not include bloated libraries and features and is developed keeping lightweight speed and optimizations in mind. While not necessary for using Wave Framework, it comes by...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    MultiThreadedHttpListenerServer

    Multithreaded HttpListenerServer by Arshad Mehmood (arshad115)

    HttpListenerServer is a multithreaded simple webserver written in C#, made in Visual Studio 2012.This project uses the HttpListener Class (System.Net) to create a simple webserver. This class provides a simple HTTP protocol listener. The webserver is capable of listening to mutilple calls through multiple domains. The request data(JSON/Text) is also handled in the web server callback.This webserver listens for requests on the port 8000 on the localhost. The code also includes commented code for response and for sending and receiving custom headers in the request.
    Downloads: 0 This Week
    Last Update:
    See Project