I am trying to double check my code and see if I have any remaining code using a non-secure connection. Do we have tools for assisting in this?
On Wed, May 25, 2016 at 11:41 AM, John phoenixoverride@gmail.com wrote:
I am trying to double check my code and see if I have any remaining code using a non-secure connection. Do we have tools for assisting in this?
If your code uses a distinct User-Agent or Api-User-Agent header, you can use Special:ApiFeatureUsage and look for 'https-expected'. For example, look at https://en.wikipedia.org/wiki/Special:ApiFeatureUsage?wpagent=BadBot%2F1.0&a...
OK, thanks for the help. how often is that updated?
On Wed, May 25, 2016 at 1:02 PM, Brad Jorsch (Anomie) <bjorsch@wikimedia.org
wrote:
On Wed, May 25, 2016 at 11:41 AM, John phoenixoverride@gmail.com wrote:
I am trying to double check my code and see if I have any remaining code using a non-secure connection. Do we have tools for assisting in this?
If your code uses a distinct User-Agent or Api-User-Agent header, you can use Special:ApiFeatureUsage and look for 'https-expected'. For example, look at
https://en.wikipedia.org/wiki/Special:ApiFeatureUsage?wpagent=BadBot%2F1.0&a...
-- Brad Jorsch (Anomie) Senior Software Engineer Wikimedia Foundation _______________________________________________ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
On Wed, May 25, 2016 at 1:04 PM, John phoenixoverride@gmail.com wrote:
OK, thanks for the help. how often is that updated?
Updates are as close to immediate as it's reasonable to get. Whenever a new hit to api.php triggers a "feature", it's sent through the logging pipeline and ends up in an elasticsearch index that the special page queries.
wikitech-l@lists.wikimedia.org