Chrome

[Chrome] 解決Localhost 進行HTTP request 時之錯誤

2017-06-07 C.H. Ling 0

當用Chrome 測試時, 若於本機建立localhost 並進行HTTP request 時, 會出現以下錯誤: XMLHttpRequest cannot load http://rss.weather.gov.hk/rss/WeatherWarningSummaryv2_uc.xml. No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://localhost:52616’ is therefore not allowed access.

No Picture
Chrome

[CHROME] 預設 Incognito mode

2015-12-24 C.H. Ling 0

有時用chrome為了不想讓server及client留下瀏覽紀錄, 會使用 incognito mode, 但如何將它常規化呢? 若用command / bash 時, 便用parameter -incognito 便可. 例如: “C:\Program Files (x86)\Google\Chrome\Application\chrome.exe” -incognito