以下の内容はhttps://anton0825.hatenablog.com/entry/2016/11/23/000000より取得しました。


Pythonから送信したリクエストをCharlesで見る

Charlesはhttp://localhost:8888をListenするので、以下の設定をすればリクエストがCharlesを経由するようになり リクエストの中身が見える。

proxy = urllib.request.ProxyHandler({'http': 'localhost:8888'})
opener = urllib.request.build_opener(proxy)
urllib.request.install_opener(opener)

参考:

qiita.com




以上の内容はhttps://anton0825.hatenablog.com/entry/2016/11/23/000000より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14