• 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

sending information in case of redirect

 
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When we pay any utility bill online, our request is redirected to another site (site of bank) since forward is not possible due to different context/application.

In case of redirect, it�s all together a new request from client side so how this request still contains parameters (information about vendor, money etc)? When these parameters are added to the request?

Thanks.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

When we pay any utility bill online, our request is redirected to another site (site of bank


Redirected from where?

When you log into your bank's web application, you're on their server. What other server do you think that a redirect is happening from?
 
ankur rathi
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Bear Bibeault:

Redirected from where?

When you log into your bank's web application, you're on their server. What other server do you think that a redirect is happening from?



Say I am on Electricity site. I log in to the site, select my bank and click on �Pay Bill�. It takes me to the site of bank which I selected. So I think IT IS redirect. Electricity site is redirecting request to bank�s site...
 
reply
    Bookmark Topic Watch Topic
  • New Topic