setHttpBody

2019-02-20 15:51 更新

為了保護隱私,F(xiàn)undebug插件默認不會記錄HTTP請求的body參數(shù),如果你需要記錄HTTP請求的body參數(shù)的話,可以將setHttpBody設(shè)為true即可。

  • 在HTML中配置<script>標簽中配置setHttpBody屬性
<script src="https://js.fundebug.cn/fundebug.1.5.1.min.js" rel="external nofollow"  
            apikey="API-KEY" 
            setHttpBody=true></script>
  • 在JavaScript中配置setHttpBody變量
if ("fundebug" in window) {
   fundebug.setHttpBody = true;
}

當setHttpBody設(shè)為true時,F(xiàn)undebug將會收集HTTP請求的body參數(shù),并過濾掉password等隱私數(shù)據(jù)。


以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號