开发者

My Firewall Is Blocking YouTube-API Traffic. Which Exceptions Should I Configure?

开发者 https://www.devze.com 2023-01-07 05:13 出处:网络
Problem: I have code on my developer machine that can successfully publish a video to YouTube via the YouTube API.

Problem:

  • I have code on my developer machine that can successfully publish a video to YouTube via the YouTube API.
  • When I move this code to a QA machine, the firewall blocks the YouTube API communication.

Other Informatio开发者_StackOverflow中文版n: - I've been using Fiddler2, and it seems that the YouTube API needs to communicate with both YouTube.com and uploads.gdata.youtube.com.

My Question:

Which firewall exceptions should I configure to permit my web server to communicate with YouTube via the YouTube API?


Use Wireshark to inspect the network traffic.

0

精彩评论

暂无评论...
验证码 换一张
取 消