禁用Fiddler将用户数据自动转换为身份验证令牌的功能 [英] Disable Fiddler's automatic conversion of user data into auth token

查看:137
本文介绍了禁用Fiddler将用户数据自动转换为身份验证令牌的功能的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

根据此答案,提琴手现在自动将"[a] url的用户信息转换为Authorization标头".有办法禁用它吗?

According to this answer fiddler is now automatically convering "[a] url's userinfo to an Authorization header". Is there a way to disable this?

PUT: http://localhost/?name=ben+duguid&email=ben@example.com&token=123456

结果:

PUT: http://example.com&token=123456
Authorization: Basic bG9jYWxob3N0Lz9uYW1lPWJlbitkdWd1aWQmZW1haWw9YmVu
Host: example.com&token=123456

这显然是行不通的.

我可以通过将@编码为%40的方式来解决此问题(我很欣赏,因为它是保留字符,所以更准确),但是看到此方法之前有效,这意味着我需要更新许多先前的命令

I can work around this by URL encoding the @ as %40 (which I appreciate is more accurate as it's a reserved character) but seeing as this worked previously it means a number of my previous commands need to be updated.

需要注意的是,如果我尝试在查询字符串值中使用空格,则作曲家会抱怨,但这是抱怨的唯一保留字符:

As a point of note, the composer complains if I try and use a space in my query-string values but that's the only reserved character it complains about:

推荐答案

您正在运行的Fiddler版本已过时.更新到v4.6.1.4,您会发现此错误不再存在.

You're running an outdated version of Fiddler. Update to v4.6.1.4 and you'll find that this bug is no longer present.

这篇关于禁用Fiddler将用户数据自动转换为身份验证令牌的功能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆