# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/qcrm3va
【Go Web 開發】跨域請求**
在接下來的文章中,我們將討論一個全新的主題,並更新我們的應用程序,使其支持來自 JavaScript 的跨域請求 (CORS: Cross-origin resource sharing))。你將學習到:什麼是跨域請求,爲什麼瀏覽器默認阻止跨域請求。 普通請求和跨域請求之間的區別。 如何使用 Access-Control 請求頭來允許或拒絕特定的跨域請求。 考慮到安全因素,你需要 ⌘ Read more