• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

ssl

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i call a.jsp with http (not https). a.jsp includes a link starting with https and calling b.jsp. b.jsp has a link starting with http and calling c.jsp.
if request for b.jsp = x1
and response as b.jsp = x2
and request for c.jsp = x3
and response as c.jsp = x4
which of x1, x2, x3, and x4 is (are) encrypted? i asked this question in the security forum but nobody answered.. is it a difficult question? i think the answer is x1 and x2 but i want to be sure.. thanx..
reply
    Bookmark Topic Watch Topic
  • New Topic