473,396 Members | 1,968 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Redirect by POST method to another applications

Hey there, I have this problem:

I´m migrating an ASP site to ASP.NET 1.1, and I find myself stuck because of
this Form that has some inputs to access an Extranet...
When the user submits, the values of the text inputs pass by POST method to
a webform in another application (and another server)
I find this problems:
- ASP.NET pages allow one Form only, which submit just to itself by POST
method
- Server.Transfer() is useful just to redirect to webforms in the same
application
- Response.Redirect() allows me to redirect to webforms in other
applications but by GET method, and I need to pass these parameters by POST
- The only solution I find is an IFRAME with the old ASP page, but it
doesn´t seem rigth...

Any other solution??
Thanks!
Mar 20 '07 #1
3 5919
the other option is to use the asp.net site as a proxy to the Extranet
site.

-- bruce (sqlwork.com)

gustav wrote:
Hey there, I have this problem:

I´m migrating an ASP site to ASP.NET 1.1, and I find myself stuck because of
this Form that has some inputs to access an Extranet...
When the user submits, the values of the text inputs pass by POST method to
a webform in another application (and another server)
I find this problems:
- ASP.NET pages allow one Form only, which submit just to itself by POST
method
- Server.Transfer() is useful just to redirect to webforms in the same
application
- Response.Redirect() allows me to redirect to webforms in other
applications but by GET method, and I need to pass these parameters by POST
- The only solution I find is an IFRAME with the old ASP page, but it
doesn´t seem rigth...

Any other solution??
Thanks!

Mar 20 '07 #2
yeah, could try that...
any other solution to the general problem (How to make a POST request to
another application's page from ASP.NET 1.1 )

"bruce barker" <no****@nospam.comescribió en el mensaje
news:OI**************@TK2MSFTNGP02.phx.gbl...
the other option is to use the asp.net site as a proxy to the Extranet
site.

-- bruce (sqlwork.com)

gustav wrote:
>Hey there, I have this problem:

I´m migrating an ASP site to ASP.NET 1.1, and I find myself stuck because
of this Form that has some inputs to access an Extranet...
When the user submits, the values of the text inputs pass by POST method
to a webform in another application (and another server)
I find this problems:
- ASP.NET pages allow one Form only, which submit just to itself by POST
method
- Server.Transfer() is useful just to redirect to webforms in the same
application
- Response.Redirect() allows me to redirect to webforms in other
applications but by GET method, and I need to pass these parameters by
POST
- The only solution I find is an IFRAME with the old ASP page, but it
doesn´t seem rigth...

Any other solution??
Thanks!

Mar 20 '07 #3
You could also alter the action attribute to post to another page (either
using JS or you'll find server side form replacement controls allowing to do
that as 1.1 post always to the same page).

"gustav" <gu*****@webserver.com.ara écrit dans le message de news:
eD**************@TK2MSFTNGP06.phx.gbl...
yeah, could try that...
any other solution to the general problem (How to make a POST request to
another application's page from ASP.NET 1.1 )

"bruce barker" <no****@nospam.comescribió en el mensaje
news:OI**************@TK2MSFTNGP02.phx.gbl...
>the other option is to use the asp.net site as a proxy to the Extranet
site.

-- bruce (sqlwork.com)

gustav wrote:
>>Hey there, I have this problem:

I´m migrating an ASP site to ASP.NET 1.1, and I find myself stuck
because of this Form that has some inputs to access an Extranet...
When the user submits, the values of the text inputs pass by POST method
to a webform in another application (and another server)
I find this problems:
- ASP.NET pages allow one Form only, which submit just to itself by POST
method
- Server.Transfer() is useful just to redirect to webforms in the same
application
- Response.Redirect() allows me to redirect to webforms in other
applications but by GET method, and I need to pass these parameters by
POST
- The only solution I find is an IFRAME with the old ASP page, but it
doesn´t seem rigth...

Any other solution??
Thanks!


Mar 21 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: TG | last post by:
I have a validation form that must behave differently based on the results of a PHP validation check. I have a post command at the top of my form that calls itself. I don't leave the form when...
0
by: WebHouse.Co | last post by:
Hi Sir I'm in my 2nd year in M.Sc. degree & I made a project about the powerful tools SQLXML 3.0 & updategram, so I made a list of programs which r they so similar to the example that using...
3
by: michael_vanommeren | last post by:
I have two web applications that I am working with and I am trying to do a Response.Redirect from one to the other. They are setup as separate web applications on the same IIS server. If I go...
8
by: Mantorok | last post by:
Hi all When I start a new thread that tries to call: HttpContext.Current.Response.Redirect() It fails as Current returns null, is there anyway to access the current httpcontext from within...
10
by: Savanah | last post by:
Hello, I would like to call another page using POST method, something like this : Response.Redirect("http://www.mydomain.com/cgi-bin/log.dll?email="+tbLoginID"). I set this in my page <form...
1
by: pmasclark | last post by:
Hello, I created a web site, site A, that redirects to another web site, site B, where a simple web service is hosted. The code to call the web service is simple. oWS.AllowAutoRedirect = True...
5
by: =?Utf-8?B?QWxleCBNYWdoZW4=?= | last post by:
I am trying to create ASPX code which will allow me to redirect a user to another site with POST data. I figure that the best way to do this is with JavaScript to the client. Here's what I'm doing:...
56
by: UKuser | last post by:
Hi, I'm not sure if this can be done as I've searched the web and this forum. I am using an online merchant provider and I must post certain variables to their webforms through a form on my...
1
by: gnawz | last post by:
Hi guys, I have a couple of php files that perform various tasks. I will use fields in my system and provide code as well I need help as follows: My database contains the fields Category...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.