試圖測試其餘api。在我的項目中沒有用於登錄的API。無論何時你點擊api,它都會被重定向到登錄,接受用戶/密碼並給你結果。 我試着GET如下,這對我來說工作得很好。 var frisby = require('frisby')
var url = 'https://localhost:8443';
var api= '/api/v2/events/details'
您好,我在frisby刪除請求期間遇到500錯誤。代碼如下,請糾正我,如果我做了任何錯誤..! var frisby = require('frisby');
//get the current UTC time from this URL: (https://currentmillis.com/)
var now = new Date();
var now_utc = new Date(