Showing 35 open source projects for "http header injector"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 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
  • 1
    HTTP

    HTTP

    Rust HTTP types

    This crate is a general purpose library for common types found when working with the HTTP protocol. You’ll find Request and Response types for working as either a client or a server as well as all of their components. Notably you’ll find Uri for what a Request is requesting, a Method for how it’s being requested, a StatusCode for what sort of response came back, a Version for how this was communicated, and HeaderName/HeaderValue definitions to get grouped in a HeaderMap to work with...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    http-proxy-middleware

    http-proxy-middleware

    Http-proxy middleware for connect, express and browser-sync

    Node.js proxying made simple. Configure proxy middleware with ease for connect, express, browser-sync and many more. All http-proxy options can be used, along with some extra http-proxy-middleware options. Determine which requests should be proxied to the target host. Target host to proxy to. (protocol + host). Providing an alternative way to decide which requests should be proxied; In case you are not able to use the server's path parameter to mount the proxy or when you need more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    cookie

    cookie

    HTTP server cookie parsing and serialization

    Basic HTTP cookie parser and serializer for HTTP servers. This is a Node.js module available through the npm registry. Installation is done using the npm install command. Parse an HTTP Cookie header string and return an object of all cookie name-value pairs. The str argument is the string representing a Cookie header value and options is an optional object containing additional parsing options.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    RESTinio

    RESTinio

    HTTP/WebSocket server C++14 library

    RESTinio is a header-only C++14 library that gives you an embedded HTTP/WebSocket server. It is based on the standalone version of ASIO and is targeted primarily for the asynchronous processing of HTTP requests. Since v.0.4.1 Boost::ASIO (1.66 or higher) is also supported. Consider the task of writing a C++ application that must support some REST API, RESTinio represents our solution for that task.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    gorilla/mux

    gorilla/mux

    HTTP router and URL matcher for building Go web servers

    Package gorilla/mux implements a request router and dispatcher for matching incoming requests to their respective handler. The name mux stands for "HTTP request multiplexer". Like the standard http.ServeMux, mux.Router matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions. The main features are that it implements the http.Handler interface so it is compatible with the standard http.ServeMux, requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers, URL hosts, paths and query values can have variables with an optional regular expression. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Brynet

    Brynet

    A Header-Only cross-platform C++ TCP network library

    Header Only Cross-platform high-performance TCP network library using C++ 11. The server uses two network threads and one logic thread, the client uses one network (also process logic) thread. Every packet size is 46 bytes. Every packet contains the client's id. Server broadcast packets to all clients when recv one packet from any client. The client sends one packet when recv packet from the server and the packet's id is equal self.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    EmbedIO

    EmbedIO

    A tiny, cross-platform, module based web server for .NET

    ...Serve static or embedded files with 1 line of code (also out-of-the-box). Handle sessions with the built-in LocalSessionWebModule. WebSockets support CORS support. Origin, Header and Method validation with OPTIONS preflight. HTTP 206 Partial Content support. Support Xamarin Forms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    CC-attack

    CC-attack

    Using Socks4/5 or http proxies to make a multithreading Http-flood

    Using Socks4/5 or http proxies to make a multithreading Http-flood/Https-flood (cc) attack.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Swift Request

    Swift Request

    Declarative HTTP networking, designed for SwiftUI

    Declarative HTTP networking, designed for SwiftUI. swift-request can be installed via the Swift Package Manager. Once you've built your Request, you can specify the response handlers you want to use. .onData, .onString, .onJson, and .onError are available. You can chain them together to handle multiple response types, as they return a modified version of the Request. The body of the Request is built using the RequestBuilder @resultBuilder. It merges each RequestParam in the body into one...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    mod_auth_trustheader

    mod_auth_trustheader

    apache-2.x module to get userid from header|environment|SSL variable

    Mostly copied from mod_auth_basic of apache-2.2. The basic-auth handshake was replaced by some code which gets the userid out of a customable variable. The variable could be anything ap_expr could read in authentication hook, e.g.: a header field, a httpd environment variable or an SSL environment variable. The syntax is the same known from RewriteCond of mod_rewrite: e.g.: %{HTTP:variable}, %{ENV:variable} or %{SSL:variable} No password is written into internal httpd variables. So...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Advanced Onion Router
    Advanced Onion Router is a portable client for the OR network and is intended to be an improved alternative for Tor+Vidalia+Privoxy bundle for Windows users. Some of the improvements include UNICODE paths, support for HTTP and HTTPS proxy protocols on the same Socks4/Socks5 port with HTTP header filtering that generates fake identity-dependent headers every time the identity is changed (proxy chains are also supported), support for NTLM proxies, a User Interface that makes Tor's options and actions more accessible, local banlist for forbidden addresses, private identity isolation, a point-and-click process interceptor that can redirect connections from programs that don't support proxies, also giving them fake information about the local system and support for .onion addresses. ...
    Leader badge
    Downloads: 106 This Week
    Last Update:
    See Project
  • 12

    DesignerWt

    A layout and widget editor for Wt (C++ web applications)

    This program will allow you to create sophisticated screen layouts that can automatically adjust to browser size. Each widget within a layout is highly customisable, using property pages that adapt to the type of widget being edited. There is a preview mode and a zoom mode for detailed editing. In addition to the main design dialogs and popup menus can also be created. A design, when saved, will generate a C++ header class that contains all elements of the design. This class, when...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Z4 Phreak Tools 2.4

    Z4 Phreak Tools 2.4

    Modify Request and Response Header

    Version 2.4 Pro Edition is available (Mar/21/2015) What's new in version 2.4? - Add more User-Agent Query - Fixed bugs Query - Fixed bugs Diags - Fixed bugs USSD - Fixed bugs updater - Add Direct Download update - Change name +Header to F+Header ( Filter Header ) - Delete fitur "LINE" in F+Header, and change to fitur "FILTER" sub header - Add Default Gateway on options Router GUI - Add More User-Agent on Query =|| Z4 Phreak Tools ||= Regards, Author : zaya razta (z4y4@bugs4u) Web : http://zayarazta.esy.es Forum : http://bugs4u.info/forum
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Z4 Phreak Tools 2.5

    Z4 Phreak Tools 2.5

    Modify Request and Response Header

    What's new in version 2.5? - Fixed load profiles proxifier - Add Create new profile Dial-Up (Right click on list profile Net Conn) - Add Copy Profile, Rename, Delete, set as Default connection Dial-Up - Add more properties network - Add Change directory config - Change import config to Load config - Change Export/ Security config to Save As > Advanced - Add Launcher OpenVPN - Fixed Tunnel - Change name tab Proprties to IP Hunter - Fixed bugs save checked user-agent query - Fixed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Z4 Phreak Tools 2.3

    Z4 Phreak Tools 2.3

    Modify Request and Response Header

    Version 2.3 Pro Edition is available (Mar/01/2015) What's new in version 2.3? - Fixed bugs Traffic - Fixed bugs Dialer - Fixed bugs Set Proxy IDM - Change Proxy Server (with listview) - Fixed bugs Query (add use query mode only) - Add New User-Agent to Query (SonyEriccson, NOKIA, Opera Mini, and Custom) - SMS (Create, Inbox, Outbox, Draft, Kontak) - Diagnostics Modem (Operator, Speed, RSSI, MCC, MNC, LAC, Cell ID, QoS, Sent, Recieved) - Set Network Type modem (3G Only, 3G...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Z4 Phreak Tool 2.1

    Z4 Phreak Tool 2.1

    Modify Request and Response Header

    New Fitur : - Trial config - Pass config - Limit IP - Rombak GUI - Pengaturan mode tools - Penambahn cek informasi system pc/ lepi - Penambahan mode default HEADER di +Header - Gabung parsing dengan replacer - Perbaikan payload memo (penambahan delay) - Change icon button - Penambahan beberapa skin - Ceklist utk use/unuse header, host, user-agent, proxy server - Drag drop item di masing2 listview ( sebenarnya ini udah ada dari versi 2.0 ) - File Icon config *.z4 ( saat di...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    HTTP INJECTOR PRO

    HTTP INJECTOR PRO

    HTTP Server, Header Replacer, Proxy Server

    ...Add 4 New skins (Garnet II (default), Black Box, Cold, Deep Purple, Ubuntu, Matrix) 4. Radio buttons skins changer 5. Filter Response 6. Query Mode 7. XTended MODE - Place Front / Back - Code - Flag Single Flag / Double Flag - ADD Header 8. Disable NetData 9. End Line OFF mode 10. 4 Custom Header (CH 1, CH 2 , CH 3, CH 4) 11. User Agent Spoofer - DISABLE - Chrome 32.0.1667.0 (Win 8 - 64 bit) - Firefox 25.0 (Win 7 64) - Opera 10.61 Mini 5.1 (J2ME/MIDP) - Android 0.5 - Safari 419 12. Forward Proxy - OFF - Front Fprward - Back Forward - Method - Proxy Host:port - HTTP Version 13. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Z4 Phreak Tools 2.0

    Z4 Phreak Tools 2.0

    Modify Request and Response Header

    New Fitur : - Fix GUI & Header - Fix Replacer, +Header, Parsing - Add fitur Delete header & Line in +Header - +Header ( Payload Header, Payload Data, Response ) - Traffic - Auto Save All Setting - Auto Save Position - Middle Query - Manual add Anti Sniff - Option Skin - etc pass : cek di forum dan di website This Trial Version 15 Days Visit to zayarazta.esy.es NB : untuk pengguna windows 7 yang error saat buka tool ini, silahkan replace aja file exe nya dengan file dibawah...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Replace,Modify Headers Front Query Back Query Optional Line Tunnel Proxy Server Ip Hunter
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Evolution 1.0.2.2 RS

    Evolution 1.0.2.2 RS

    Modify Request Headers And Response Headers

    Update Version 1.0.2.2 RS · Added New Data, Avaible Single Data And Double Data. · Options Extended Borders · Added Tun Sock's Tap · Bugs Fix For Header Evolution Version 1.0.2.1 RS · Methode · Encrype Line · Mode Line · End Line · Query · Add Header · Replacer · Network · A & T Command · Multi Connection · Setting Proxy IDM · Setting Proxy IE · HTTP Ping Manual URL · Added Encrypt Line LF · Mode Line Maximum ( Infinity ) · Custom Header 1 · Custom Header 2 · Header Log · Clear Manual Header Log · Save / Copy Header Log With a nice and simple interface, a decent feature pack and easy enough to be handled by less experienced users, Evolution RS puts up a good performance and earns a place among the recommended tools in its category...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PHW Mini Query 1.0.4

    PHW Mini Query 1.0.4

    Simple HTTP Server

    Simple HTTP server .. U can Forward IP/Header, Create Proxy Server, Replace Respone Header, and Any More.. How to Use ? visit my Tread: http://phreakerworld.us/showthread.php?tid=3509
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Z4 Phreaker Tool 1.3.3

    Z4 Phreaker Tool 1.3.3

    Modify Request and Response Header

    Fitur : - Load config *.z4 - Reset ke default SetZ.z4 - Save config *.z4 - Save As config *.z4 - Dial/ IP Hunter - Log - MDMA ( tool 3rd, silahkan di setting aja ya om ) - Tunnel ( setting lokasi tunnel ) - Akun SSH ( memasukan akun ssh, dalam versi ini hanya saya bikin multi login saja, gak multi profil, soalnya banyak yg nyari seperti itu ) - On Top - Close to tray ( kalau di check maka akan ke tray icon apabila di klik tombol x ) - Skin ( Matrix, Garnet II, Pulsar, AlterMetro,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Evolution 1.0.2.0

    Evolution 1.0.2.0

    Modify Request Headers, Response Headers, Dialer, Tun Sock's Tap

    Evolution Version 1.0.1.0 · Methode · Encrype Line · Mode Line · End Line · Query · Add Header · Replacer · Network · A & T Command · Multi Connection · Setting Proxy IDM With a nice and simple interface, a decent feature pack and easy enough to be handled by less experienced users, Evolution puts up a good performance and earns a place among the recommended tools in its category. Update Evolution Version 1.0.2.0 · New UI Tab's · HTTP Ping Manual URL · Added Encrypt Line LF · Mode Line Maximum ( Infinity ) · Custom Header 1 · Custom Header 2 · Header Log · Clear Manual Header Log · Save / Copy Header Log · IP Hunter, Auto Route Dial, Auto Dial If DC · Tun Socks Tap · AT Qos Auto Show Opsel, RSSI, RAT, Qos Uplink/Downlink, APN  · Don't ReUpload File [!] ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Evolution 1.0.1.0

    Evolution 1.0.1.0

    Modify Request Headers And Response Headers

    Evolution Version 1.0.1.0 · Methode · Encrype Line · Mode Line · End Line · Query · Add Header · Replacer · Network · A & T Command · Multi Connection · Setting Proxy IDM With a nice and simple interface, a decent feature pack and easy enough to be handled by less experienced users, Evolution puts up a good performance and earns a place among the recommended tools in its category. *UPDATE 25-Januari-2014 - Bugs Fixed Version 1.0.1.0 - Change Logo And Icon - Change...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Z4 Phreaker Tool 1.3.2

    Z4 Phreaker Tool 1.3.2

    Modify Request and Response Header

    Fitur : - Load config *.z4 - Reset ke default SetZ.z4 - Save config *.z4 - Save As config *.z4 - Dial/ IP Hunter - Log - MDMA ( tool 3rd, silahkan di setting aja ya om ) - Tunnel ( setting lokasi tunnel ) - Akun SSH ( memasukan akun ssh, dalam versi ini hanya saya bikin multi login saja, gak multi profil, soalnya banyak yg nyari seperti itu ) - On Top - Close to tray ( kalau di check maka akan ke tray icon apabila di klik tombol x ) - Skin ( Matrix, Garnet II, Pulsar, AlterMetro,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB