Backend tester
Add HTTP headers to requests for backend servers
O que é Backend tester?
Backend tester é uma extensão do Chrome desenvolvida por preflightsiren, e sua principal característica é "Add HTTP headers to requests for backend servers".
Baixar o arquivo CRX da Extensão Backend tester
Baixe arquivos de extensão Backend tester no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | ![]() |
ID | ckbpkbcoliljejddndjfjhbplninbbme |
URL Oficial | https://chrome.google.com/webstore/detail/backend-tester/ckbpkbcoliljejddndjfjhbplninbbme |
Descrição | Add HTTP headers to requests for backend servers |
Tamanho do Arquivo | 5.88 KB |
Contagem de Instalações | 30 |
Versão Atual | 1.0 |
Última Atualização | 2014-05-13 |
Data de Publicação | 2014-05-13 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | preflightsiren |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/preflightsiren/chrome-backend-tester |
URL da Página de Ajuda | https://github.com/preflightsiren/chrome-backend-tester |
Idiomas Suportados | 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", " |