Our app is entirely HTTPS. We perform some API interactions with other sites over HTTP via our API server. The app only ever talks to the API server, the API server does the HTTP interaction and send the data to our app via HTTPS.
On Wednesday, February 19, 2014 6:57:52 PM UTC-8, Marty Phee wrote: > > How are people handling HTTPS based login's in SPA applications like > Angular? > > Working on an app right now which has to have the login under https. ( > https://myapp.com/#login) The rest of the site will be under http. > We're pulling in resources from non-https sites so the main site will need > to be under HTTP. > > All the examples I see out there just route to http://myapp.com/#login. > Are people just using HTTP login pages or keeping their whole site under > HTTPS? > > Currently we split into two pages (jsp's actually...). > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
