• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

HTTP URL Connection Proxy call(URGENT)

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


I'm doing a HTTPS POST from my application for a payment module to a 3rd party service and getting a Response back which I`m processing.

I`m sending them Credit card information and getting a token back which is stored on our end.

The implementation is done and now I have received information that, since the application is PCI-DSS(Payment Card Industry-Data Security Standard) compliant, I`m supposed to do a proxy submit, i.e. it should not go through our server.

Ive attached the code Im using to do this. My question is if I use a HttpsURLConnection as follows, is the call done directly to the Proxy or through the server the application is running on.


 
reply
    Bookmark Topic Watch Topic
  • New Topic