Feature #251
support location following
Status: | Closed | Start date: | 03/10/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - |
Description
- when a hub url change from http://xxx to https://xxx
- browser will return a invalid JSON hub error
- by adding 'curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1L);' in our cgi-bin program fixed this