Search code examples
fiddler

Fiddler copy paste is broken


I have a strange problem in Fiddler that I have been unable to fix by playing around with the various settings and options.

Copy and paste is not working in the Composer - both in the URI, and much much worst, in the Request Body.

This seem like a silly problem, but it has been the source of much grief for me, as I try to use it for testing a REST service I am developing, I have to manually type in EVERYTHING I need, every time. It is getting painful.

Copy/Paste works fine everywhere else on my machine. I have tried uninstalling and reinstalling Fiddler, to no success.

If you have any idea what this may be happening, please let me know. Thanks.


Solution

  • I have no idea why you would be having this problem, but a hacky solution would be making an AutoHotkey script. The script would simply be Send %clipboard%. This will just take whatever is in your current clipboard and type it out. References here: http://www.autohotkey.com/docs/misc/Clipboard.htm