#author("2020-07-10T10:33:04+09:00","default:tanak0to","tanak0to")
#author("2020-11-08T21:48:32+09:00","default:tanak0to","tanak0to")
RIGHT:[[覚え書き]]

次のようなシェルスクリプトで,
認証プロキシを認証なしで利用できるようにする.

 #!/bin/sh
 
 PW_B64=$(echo -n "Gi97800010_jip:パスワード生文字列" | nkf -MB)
 PW_B64=$(echo -n "ユーザ名:パスワード生文字列" | nkf -MB)
 
 /usr/bin/stone proxy.example.com:8080/proxy 8080 "Proxy-Authorization: Basic ${PW_B64}



トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS