Author Topic: encrypted data  (Read 3011 times)

pal_mark

  • Newcomer
  • *
  • Posts: 1
    • View Profile
encrypted data
« on: February 14, 2012, 01:00:19 am »
I am running a development setup of ZXTM. Based on a URI type, the script fires a request to google search XML API and when the XML response is returned back, the same is transformed using a XSL and displayed back to the browser.

While I am testing this, I see that the data that is returned back as part of the XML response (from google search) seems to be encrypted data.

Is there a way, I can impose HTTP call rather than HTTPS (secure)?

Or Alternatively, do I need to setup a Self certified (CSR) within the zxtm?

-M

Owen

  • Wizard
  • *****
  • Posts: 61
  • Zeus developer, "borrowed" by marketing
    • View Profile
    • Splash
    • Email
Re: encrypted data
« Reply #1 on: May 17, 2012, 12:46:33 pm »
Hi Mark,

HTTPS applies to the entire connection, not just the body in the response, so it looks like you've got that part working OK.

It's not common to encrypt the XML response (more common just to SSL-encrypt the entire transaction).  Could you provide an example response, including all of the HTTP response headers, and we will take a look to understand what is going on.

Thanks

Owen