> For the complete documentation index, see [llms.txt](https://easonwang.gitbook.io/web_advance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easonwang.gitbook.io/web_advance/bugs.md).

# Web開發進階Bug

## 1.有關Refer導致拿不到圖片

有時imgur網站當request發出帶有refer等會判定為不安全，所以去get圖片時會無法取回來顯示

例如:`<img src="i.imgur....."> </img>` <http://www.tulinkeji.com/i/24942.html>

只要把整個網站的refer拿掉即可 <http://stackoverflow.com/questions/6817595/remove-http-referer>
