go get with git repository with http No Comments | 學習工作, 工作 go lang 的 go tools 做 go get 時,預設都會用 https 去存取 git repository,可是當 https 不能使用,只能跑 http 的時候,要做一些改變。 Read More »
send HTTP POST to the other URL with Basic Authorization by php cURL No Comments | 學習工作, 工作, 程式 主要重點在 1) 產生 postdata array 2) 檢查 response http status code 3) curl_options Read More »
C# HTTP Post Multipart data No Comments | 學習工作, 工作, 程式 C#模擬網頁上傳檔案 在網路上找到的,就整理一下,以後應該還是會用到吧… Read More »