当前位置: 首页 > news >正文

Monitor traffic to localhost from IE or .NET

原文:http://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/MonitorLocalTraffic

 

Monitor traffic to localhost from IE or .NET

To monitor traffic sent to http://localhost or http://127.0.0.1 from IE8 or below or the .NET Framework:

  • Use your machine name as the hostname instead of Localhost or 127.0.0.1

    For example, instead of

      http://localhost:8081/mytestpage.aspx

    Go to:

      http://machinename:8081/mytestpage.aspx
  • Use one of these addresses:

    -To use the IPv4 adapter (recommended for the Visual Studio test webserver, codename: Cassini):

      http://ipv4.fiddler

    -To use the IPv6 adapter:

      http://ipv6.fiddler

    -To use localhost in the Host header:

      http://localhost.fiddler
  • Click Rules > Customize Rules... and add this code to the Rules file:

    static function OnBeforeRequest(oSession:Fiddler.Session){ if (oSession.HostnameIs("MYAPP")) { oSession.host = "127.0.0.1:8081"; } }

    Now, http://myapp will act as an alias for 127.0.0.1:8081

转载于:https://www.cnblogs.com/zhouxiuquan/p/4996173.html

相关文章:

  • scala可变长度参数(二)
  • js中replace用法
  • 【转载】强大的命令行工具wmic
  • kendo grid应用经验总结
  • SurfaceView和View区别
  • sql语句之一维二维
  • hdu 游乐场
  • dubbo+sping+zookeeper入门教程
  • struts国际化
  • Tornado学习笔记(1)
  • Linux环境下段错误的产生原因及调试方法小结
  • shell脚本三剑客之grep命令
  • AngularJs Cookies 操作
  • Python基础(面向对象之封装与继承)
  • PAM 验证.so动态链接库
  • [译] React v16.8: 含有Hooks的版本
  • “寒冬”下的金三银四跳槽季来了,帮你客观分析一下局面
  • 【391天】每日项目总结系列128(2018.03.03)
  • ERLANG 网工修炼笔记 ---- UDP
  • java概述
  • JS笔记四:作用域、变量(函数)提升
  • linux学习笔记
  • Python - 闭包Closure
  • Theano - 导数
  • vue2.0开发聊天程序(四) 完整体验一次Vue开发(下)
  • 测试如何在敏捷团队中工作?
  • 仿天猫超市收藏抛物线动画工具库
  • 计算机在识别图像时“看到”了什么?
  • 实现简单的正则表达式引擎
  • 手机app有了短信验证码还有没必要有图片验证码?
  • 翻译 | The Principles of OOD 面向对象设计原则
  • 分布式关系型数据库服务 DRDS 支持显示的 Prepare 及逻辑库锁功能等多项能力 ...
  • ​虚拟化系列介绍(十)
  • # Java NIO(一)FileChannel
  • #我与Java虚拟机的故事#连载03:面试过的百度,滴滴,快手都问了这些问题
  • (1)SpringCloud 整合Python
  • (附源码)springboot 智能停车场系统 毕业设计065415
  • (附源码)ssm本科教学合格评估管理系统 毕业设计 180916
  • (每日持续更新)jdk api之FileReader基础、应用、实战
  • (牛客腾讯思维编程题)编码编码分组打印下标(java 版本+ C版本)
  • (亲测成功)在centos7.5上安装kvm,通过VNC远程连接并创建多台ubuntu虚拟机(ubuntu server版本)...
  • (四)汇编语言——简单程序
  • (一) storm的集群安装与配置
  • .libPaths()设置包加载目录
  • .NET CORE Aws S3 使用
  • .NET Micro Framework初体验
  • .Net 中Partitioner static与dynamic的性能对比
  • .NET 中什么样的类是可使用 await 异步等待的?
  • .net6+aspose.words导出word并转pdf
  • .net网站发布-允许更新此预编译站点
  • @RequestMapping-占位符映射
  • @select 怎么写存储过程_你知道select语句和update语句分别是怎么执行的吗?
  • @Transient注解
  • [ C++ ] STL_vector -- 迭代器失效问题
  • []Telit UC864E 拨号上网