SSL on site which asks API via HTTPS
        Posted  
        
            by 
                Larry Cinnabar
            
        on Pro Webmasters
        
        See other posts from Pro Webmasters
        
            or by Larry Cinnabar
        
        
        
        Published on 2013-02-28T20:14:11Z
        Indexed on 
            2013/06/29
            10:30 UTC
        
        
        Read the original article
        Hit count: 330
        
For example I have a site site.com. It has its own http json api: api.site.com. API has authorisation and it runs under https.
Now, I need to make visualization of some functionality of json api - so I need to make a profile section on site.com:
Authorisation form, and user profile section with actions.
All actions will be done via cURL requests to https://api.site.com.
Have I use SSL on site.com too?
© Pro Webmasters or respective owner