Backend tester
Add HTTP headers to requests for backend servers
Wat is Backend tester?
Backend tester is een Chrome-extensie ontwikkeld door preflightsiren, en de belangrijkste functie is "Add HTTP headers to requests for backend servers".
Download het CRX-bestand van de extensie Backend tester
Download Backend tester-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The simplest and most light-weight way to test backends with multiple virtual servers. The common case is a webserver that can serve multiple websites. If you don't have DNS setup, or DNS refers to a reverse proxy, this extension will allow you to talk directly to the backend server, overwriting the http host header. Scenario: Servers: proxy.example.com web01.example.com websites: foo.com, bar.com Objective: you want to test how web01.example.com responds to requests to foo.com, but foo.com is already set up in DNS to go to proxy.example.com Solution: Set the host value to web01.example.com, set the host header to foo.com and browse to http://web01.example.com This extension will set the host header as though you were accessing http://foo.com
Basisinformatie over de Extensie
Naam | ![]() |
ID | ckbpkbcoliljejddndjfjhbplninbbme |
Officiële URL | https://chrome.google.com/webstore/detail/backend-tester/ckbpkbcoliljejddndjfjhbplninbbme |
Beschrijving | Add HTTP headers to requests for backend servers |
Bestandsgrootte | 5.88 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-05-13 |
Publicatiedatum | 2014-05-13 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | preflightsiren |
Betalingswijze | free |
Extensiewebsite | https://github.com/preflightsiren/chrome-backend-tester |
Help Pagina-URL | https://github.com/preflightsiren/chrome-backend-tester |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Backend tester", "version": "1.0", "description": "Add HTTP headers to requests for backend servers", "permissions": [ "webRequest", "webRequestBlocking", "storage", " |