Showing 95 open source projects for "proxy http https"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    Jateway

    Jateway

    Jateway is a general purpose TCP/IP connection proxy

    Jateway is a general purpose TCP/IP connection proxy. Jateway accepts connections on arbitrary ports (like 80 or 443) and specific host:port combinations (like WANIP1:443 and WANIP2:443) for multi-interface systems Supports single TCP connections (like MySQL), and multi-TCP connections like HTTP and HTTPS, and fowards them to arbitrary host/port combinations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    casualShare

    casualShare

    Transforms the computer into a Airplay receiver

    ...This application allows you to send images from any number of iOS devices, and splits the screen appropriately so that all images are shown. This program requires nodejs and java to be installed. java can be installed at https://java.com/en/download/index.jsp nodejs can be installed at http://nodejs.org/ once installed run the casualshare file, which will start up a airplay receiver on your computer and redirect you to a webpage. Then simply go on your iOS device and send an image over using airplay. if the airplay logo does not show up, try reconnecting your wifi on the iOS device. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Computer remote control

    Computer remote control

    Use your smartphone as computer remote control with HTML5 browser.

    Use your smartphone or tablet as computer remote control with HTML5 browser using it as virtual keyboard and mouse. And it does not train more battery as average web surfing. Read more: http://www.foxjunior.eu/use-your-smartphone-or-tablet-as-virtual-keyboard-and-mouse/ If you find this free software useful, please help me with more rock'n roll coming! https://sourceforge.net/p/compremotecont/donate/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This is a apache v2.0 authentication module. Based on html form authentication and cookie authentication session. Cookie session are stored in memcache deamon. Can be used has an simple "Single Signe-On" (SSO). All the code source and the bug tracking has migrated to github: https://github.com/ZenProjects/Apache-Authmemcookie-Module All the documentation are here: https://zenprojects.github.io/Apache-Authmemcookie-Module/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    Neoe DNS Proxy

    Neoe DNS Proxy

    A local DNS Proxy need little config

    "Neoe DNS Proxy" is an DNSProxy server written in Java. Use it to speed up dns resolving and use trusted dns servers. Source and lasted binary has moved to github. https://github.com/neoedmund/neoednsproxy
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    In many times we want to help our friends and family, they are under some kind of censorship or blocked by firewall, they just want to get some true news.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Java File Uploader
    Please update v 2.0 if you have downloaded before 16th Feb 2014! Simple java file uploader. The main goal to overcame 2GB browser limit. * Simple GUI * Upload unlimited file sizes from client to server via HTTP * Split uploading file to chunks * MD5 chunk verification on server. Final MD5 confirmation. * Http auth Adv: https://play.google.com/store/apps/details?id=org.vikulin.etherwallet
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ...The standard webStraktor output format is XML based, either in ASCII, UTF-8 or ISO-8859-1 (Latin1) code pages. webStraktor relies on the Apache HttpClient for retrieving content via the HTTP protocol. It adheres to the Robots Exclusion Protocol and it can be configured to operate in an anonymous way by connecting to the predominant types of web proxy servers. webStraktor extends the functionality of web crawlers, spiders or bots by integrating scraping and crawling capabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Shoshone is a simple Java HTTP Client, an alternative to the standard URLConnection. Features: fetching webpages including Cookies, download files, post data, upload files via Multipart/Form Data, chunked mode, redirects, SSL, HTTP proxies
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    XDM

    XDM

    The Fork of Orginal XDM, The Best Open Source Download Manager

    The fork of Xtereme Download manager that it's page is in https://sourceforge.net/projects/xdman/?source=directory, has more features, for some informations go to http://ubuntuone.com/3dvE3Z0ZC8H1sBCca9zqpv Brought you by Subhra Das Gupta and Ali Torabi . Please use orginal and the forked to compare both
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    !! PJL Compressing Filter is renamed to ziplet and hosted on github now!! See here: https://github.com/ziplet/ziplet A J2EE servlet filter which compresses data written to the response. It supports several algorithms (gzip, deflate, etc.) and emphasizes minimal memory usage and high throughput. Also provides detailed performance stats. Feel free to fork pjl-comp-filter on Github: https://github.com/ziplet/ziplet
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12

    Java HTTP REST interface

    Base for HTTP-REST Java application

    Simplified multithreaded Java HTTP server able to interpret GET/POST requests. Example dummy app included. It uses Apache2 as a proxy for AJAX calls and jQuery code as a client. ------- Requirements: For the Java HTTP server: - J2SE (SDK for compilation) For the exampe web app: - Apache2 with mod_rewrite and mod_proxy Client-side for the web app: - www browser supporting JS with jQuery --- Setup: - run Server.class from Java server files (java Server) in a terminal/console - unpack example app files under/within your apache2 document root file structure - open index.html (with a www browser, from a www server) - observe terminal output
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Library of Congress - Transfer Tools
    Tools developed by the Library of Congress and their partners in the National Digital Information Infrastructure and Preservation Program (NDIIPP) for the purpose of validation and transfer of data that conforms to the BagIt specification. This project has been moved to https://github.com/LibraryOfCongress
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    jrql
    Source moved to github! https://github.com/frankleja/jrql The jRQL sf.net project is about to be deleted. jRQL is a Java API for OpenText Website Management Server, formerly known as RedDot CMS. It encapsulate RQL request and response handling and offer high level functions from SmartEdit, SmartTree and ServerManager area, see http://jrql.wordpress.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Net Tools for Development

    A collection of network-oriented tools

    This Eclipse RCP application contains several free, useful network tools. Among others: - Standard network tools: ping, netstat, traceroute, nslookup - A port scanner - Servers: HTTP, FTP, TFTP servers - an HTTP proxy - A TCP tunnel - Clients: FTP client, embeddable PuTTY (for Windows only)
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16

    NetCheetah Web Server

    Fast and efficient web server

    NetCheetah is written in Java and supports HTTP. HTML, XML, JavaScript, CSS, and other text files are allowed. MIME types are also supported. Note: Project moving to GitHub (https://github.com/maheshkhanwalkar/netcheetahws)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Vodcatcher Helper is a proxy server for media centers. It parses web pages for videos and provides them to the media center software. Supported media center softwares are VDR and XBMC.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 18
    HttpdBase4J is an embeddable Java web server framework that supports HTTP, HTTPS, templated content and serving content from inside an archive.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MOVED TO: https://bitbucket.org/krennecke/femto-cms
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    HPCP (High Performance Channel Protocol) is a transactional data exchange specification, defining an implementation and usage of HTTPS, XML, SOAP, and LDAP. The EEAT HPCP implementation is written in JAVA.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    The proxy type of this program is Socks5,so it can support HTTP(S)/POP3/SSH/etc,use it to build a local proxy by put the PHP program to the remote server. Most of PHP programs need to import certification or need a public IP/port to support HTTPS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    jHTTPp2 is a very small HTTP/1.1 proxy server written in Java. It offers following features: IPv6 support, high-performance, blocks URL's based on a block-list, removes data from the HTTP-Header, blocks Cookies from untrusted hosts.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    JavaPoint Web App
    The project JavaPoint(https://sourceforge.net/projects/javapoint/) converted to a java applet. This is basically an online open source PowerPoint. Please go to the web page to use the app. http://javapointwebapp.sourceforge.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    DEPRECATED! This program is replaced by Gamer's Proxy: https://sourceforge.net/projects/gamersproxy/ This is a simple Java program that holds UDP packets for a while before forwarding them to a target address. This can be used to simulate ping in video games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Proxy for debugging web apps. All info from request and response with decompression. Allows to set latency, bandwidth or filtering of specific pages. To evaluate high latency,AJAX debugging,page load time,time schema or to verify submitted data.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB