Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.42 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.42 KB

Fiddler Converter

English | 日本語

日本語

FiddlerからPython requestsやcurlに変換します。 curlに変換すればcurlConverterでC C# Dart Go Java JavaScript Node.js PHP Python Ruby Rustなどの言語に変換することも可能です。

How to use

  1. main.pyを実行します
  2. fiddlerのInspectorタブ内にあるrawの内容をすべてコピーします。
  3. コピーした内容をテキストを入力する欄に入力してください (3-2. 右にあるFormat(フォーマット)からcurlまたはpy-requestsを選択します)
  4. Convert(変換)を押すとポップアップにコードが出てきます。

English

Convert from Fiddler to Python requests or curl. Once converted to curl, you can also use curlConverter to convert to C C# Dart Go Java JavaScript Node.js PHP Python Ruby Rust and other languages.

How to use

  1. Run main.py
  2. Copy all the contents of raw in the Inspector tab of fiddler.
  3. Enter the copied contents into the field for entering text (3-2. Select curl or py-requests from Format on the right)
  4. press Convert and the code will appear in the popup.