Backend tester

Add HTTP headers to requests for backend servers

Backend tester क्या है?

Backend tester preflightsiren द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add HTTP headers to requests for backend servers"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Backend tester एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Backend tester Backend tester
ID ckbpkbcoliljejddndjfjhbplninbbme
आधिकारिक URL https://chrome.google.com/webstore/detail/backend-tester/ckbpkbcoliljejddndjfjhbplninbbme
विवरण Add HTTP headers to requests for backend servers
फ़ाइल का आकार 5.88 KB
स्थापना संख्या 30
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-05-13
प्रकाशन तिथि 2014-05-13
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर preflightsiren
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/preflightsiren/chrome-backend-tester
सहायता पृष्ठ URL https://github.com/preflightsiren/chrome-backend-tester
समर्थित भाषाएँ 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",
        ""
    ],
    "options_page": "settings.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}