• 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
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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: 67756
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...
 
I have gone to look for myself. If I should return before I get back, keep me here with this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic