c# - Error trying to modify JSON object in Fiddler -


i'm trying change json object in fiddler can test different conditions varying http responses. however, after changing 1 string "ok" "warning", says there invalid text (at different position added) , no longer recognizes json object.

first check 'unlock editing' on request want modify. using inspectors tab modify 'raw' value. however, when click 'json' tab, says there invalid text , no longer json object.

i've tried modifying in editor, changing in fiddler no avail.

is there way might recommend using fiddler change json object? help

my problem response encoded. able modify values once clicked yellow bar in picture below.

fiddler


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -