unlimit
unlimit
Hi! Is it possible to use **ssh config file** or **ssh agent** with `knife zero`? I was able to use it with '_-i ~/path_to_key_' option only. I there a better...
http://blogs.msdn.com/b/shwetasblogs/archive/2015/10/21/authentication-with-azure-ad-for-azure-resource-manager-the-single-tenant-app-approach.aspx http://stackoverflow.com/questions/28351558/office-365-rest-api-daemon-week-authentication
Hi! Is it possible validate domain input before start authentication process? For example if domain is empty or domain has not valid format: /auth/google_apps?domain= /auth/google_apps?domain=123
Hi! Accordingly to https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap, correct ping url for google is `https://www.google.com/ping?sitemap=FULL_URL_OF_SITEMAP`, but this gem uses `http://www.google.com/webmasters/tools/ping?sitemap=%s`. https://github.com/kjvarga/sitemap_generator/blob/28dd22c48597f8b2a44cbc7e20685e84975fe75b/lib/sitemap_generator/link_set.rb#L128 What is the correct url?