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

Web server issue

 
Ranch Hand
Posts: 336
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
My program allows the enduser to make a transaction.Once transaction is done (in his internet) a request is sent to the webserver (not static IP ) which is on the LAN.

request goes
Webserver <------------ Client
(LAN/INTRANET) (INTERNET)

Till now we were testing it by assuming the user is on LAN and he is able to save his transaction details.
However when we started testing it using independent browser (on his own internet and no LAN) the request is sent to the Webserver and the file is saved as pdf there but we are unable to take the file from there and show it on client's system.

What could be the problem ? IP related,URL? want to know the intricacies. thanks!
 
Blood pressure normal? What do I change to get "magnificent"? Maybe this tiny ad?
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
    Bookmark Topic Watch Topic
  • New Topic