Showing 56 open source projects for "http request test"

View related business solutions
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save up to 50% on QuickBooks Online! Keep the Accounting and Book Keeping for your Small Business up to date!

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 1
    Base C++ library included own: reflection, memory management, xml-serialization, strings, containers, files and directory operations. The idea is to join java-style and C++ memory-management. (tested with http://sourceforge.net/projects/izh-test/)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    HTTP Request Checker (HRC) in PHP

    PHP object validator for user inputs such as strings or arrays

    PHP class to validate user input (HTTP request) by specifing rules. You can basically validate any PHP-array structure, e.g. decoded JSON. The rules use functions or other callables that validate the user input. In addition to string validation, it is easy to set up rules validating array of values or possibly more complex structures. Check Wiki for more information!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    webserver-printing

    Raw print from javascript to preselected printer

    ... on the local computer request to print, not in a server //post data var data = new FormData(); data.append("printer", "[printer name]"); Post request with url http://localhost:8888 and the form data Get request with http://localhost:8888?printer=[printer name] Printer property only can send once or in get variables or in post variables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The communication server API based on a multithreaded HTTP request server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
    Learn More
  • 5

    soapvi

    soapvi a tiny client to send and receive soap xml request/responses

    Sometimes I just need to be quickly able to send and receive soap over HTTP requests and responses. Even though SoapUi from eviware is perfectly fitted for the job, I somtimes feel that it is too slow and uses too much memory for the job I would like to do. So far, the program sends/receive requests from file and pretty prints the response.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Web service acts as an authorizer for other web services. It takes other service's name, client's IP address, number of requests and a key as input via GET HTTP request. It produces XML output saying is client authorized to use requested service.
    Downloads: 0 This Week
    Last Update:
    See Project