BIGIP Cookie Decoder

Decode BIGIP Cookie

BIGIP Cookie Decoder란 무엇입니까?

BIGIP Cookie Decoder은(는) https://joaofelipe.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Decode BIGIP Cookie"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

BIGIP Cookie Decoder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The F5 BIG-IP load balancer uses an encoded cookie to maintain stateful connections from the client to the server. These cookies are automatically sent in every request to the domain that set them. This allows a simple way to track each client’s server association for load balancing control.

This extension reverse the F5 algorithm used to encode the data, and exposes the IP address and TCP port of the host that is actually handling your connection. 

It was made to help administrators in trobleshooting situations. 

Note that non encrypted cookies are considered a security issue, and this extension will not work if your load balancer was configured to use the non reversible crypto.                    

확장 프로그램 기본 정보

이름 BIGIP Cookie Decoder BIGIP Cookie Decoder
ID fgbahkaekodceioljkpefkclechnccpl
공식 URL https://chromewebstore.google.com/detail/bigip-cookie-decoder/fgbahkaekodceioljkpefkclechnccpl
설명 Decode BIGIP Cookie
파일 크기 39.99 KB
설치 횟수 3,833
현재 버전 1.3
최근 업데이트 2022-05-08
출시 날짜 2014-09-19
평점 4.43/5 총 7 개의 평점
개발자 https://joaofelipe.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://joaofelipe.net
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BIGIP Cookie Decoder",
    "description": "Decode BIGIP Cookie",
    "version": "1.3",
    "permissions": [
        "cookies",
        "",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "content_scripts": [
            {
                "css": [
                    "style.css"
                ],
                "js": [
                    "jquery.min.js"
                ]
            }
        ]
    },
    "web_accessible_resources": [
        "http:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/2.1.1\/jquery.min.js"
    ]
}