473,385 Members | 1,630 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,385 software developers and data experts.

problems submitting form from one domain to another


Hullo - looking for a little advice here. I have a form on a page in one
domain submitting to a cgi in another domain. Weirdly, on some Windows XP
systems, a form on the page fails to submit/post properly to the cgi and
users get the message from IE that it "Cannot find server: The page cannot
be displayed The page you are looking for is currently unavailable. The Web
site might be experiencing technical difficulties, or you may need to adjust
your browser settings. "

Accessing the same pages from a different computer does not result in this
error. Does anyone have any ideas? Thanks!

Tyler
reply-to: ty*********@DELETETHISkintox.com
Jul 23 '05 #1
5 4575
UPDATE
On Firefox, it gives a timeout error trying to connect to the server the
form is being submitted to.

"Tyler Style" <no****@nowhere.com> wrote in message
news:LNNNd.28026$Yu.25110@fed1read01...

Hullo - looking for a little advice here. I have a form on a page in one
domain submitting to a cgi in another domain. Weirdly, on some Windows XP
systems, a form on the page fails to submit/post properly to the cgi and
users get the message from IE that it "Cannot find server: The page cannot
be displayed The page you are looking for is currently unavailable. The
Web
site might be experiencing technical difficulties, or you may need to
adjust
your browser settings. "

Accessing the same pages from a different computer does not result in
this error. Does anyone have any ideas? Thanks!

Tyler
reply-to: ty*********@DELETETHISkintox.com

Jul 23 '05 #2
Tyler Style wrote:
UPDATE
On Firefox, it gives a timeout error trying to connect to the server the
form is being submitted to.

"Tyler Style" <no****@nowhere.com> wrote in message
news:LNNNd.28026$Yu.25110@fed1read01...
Hullo - looking for a little advice here. I have a form on a page in one
domain submitting to a cgi in another domain. Weirdly, on some Windows XP
systems, a form on the page fails to submit/post properly to the cgi and
users get the message from IE that it "Cannot find server: The page cannot
be displayed The page you are looking for is currently unavailable. The
Web
site might be experiencing technical difficulties, or you may need to
adjust
your browser settings. "

Accessing the same pages from a different computer does not result in
this error. Does anyone have any ideas? Thanks!

Tyler
reply-to: ty*********@DELETETHISkintox.com


Your PCs are likely to be configured differently...

If the name of the server that contains your cgi is called
myServer.com, then try and ping it. Do this using the client PC that
makes your form post work correctly, and do it again on the client PC
that fails to process your form. Compare the results...

To ping:
Click on start - then click on Run - enter command.com and press Enter.

A black DOS screen opens - Type the command ping followed by a space,
followed by the name of the server (in our example, myserver.com).

This should loop four three or four times before exiting - You can
always perform a CTRL+C to exit it. Read the output and see if it says
100% successful or 0% sucessful.

If one says is 100% and the other 0% then you've got a networking
configuration issue - not a javascript /scripting/web design issue.

To come out of your dos session, just type exit at the dos prompt...

randell d.
Jul 23 '05 #3
Thanks Randell! But it isn't a networking problem. Both ping and tracert
show no problems, and almost identical results between machines that do and
do not work. All other network functions on these machines work just fine -
except when trying to submit the form to the webserver. Other forms, other
webservers - no probs. FTP'ing - no probs. Mail - no probs.

Nor is it too heavy a load on the webserver - it is a test machine, and
sees a load of .75 to 1.2% averaged over five minute intervals.

I am pulling out my hair over this, and seriously considering placing a
$200 call to Microsoft....

Tyler
"Randell D." <re******************************@fiprojects.moc > wrote in
message news:x4RNd.315899$6l.135896@pd7tw2no...
Tyler Style wrote:
UPDATE
On Firefox, it gives a timeout error trying to connect to the server
the form is being submitted to.

"Tyler Style" <no****@nowhere.com> wrote in message
news:LNNNd.28026$Yu.25110@fed1read01...
Hullo - looking for a little advice here. I have a form on a page in
one
domain submitting to a cgi in another domain. Weirdly, on some Windows
XP
systems, a form on the page fails to submit/post properly to the cgi and
users get the message from IE that it "Cannot find server: The page
cannot
be displayed The page you are looking for is currently unavailable. The
Web
site might be experiencing technical difficulties, or you may need to
adjust
your browser settings. "

Accessing the same pages from a different computer does not result in
this error. Does anyone have any ideas? Thanks!

Tyler
reply-to: ty*********@DELETETHISkintox.com


Your PCs are likely to be configured differently...

If the name of the server that contains your cgi is called myServer.com,
then try and ping it. Do this using the client PC that makes your form
post work correctly, and do it again on the client PC that fails to
process your form. Compare the results...

To ping:
Click on start - then click on Run - enter command.com and press Enter.

A black DOS screen opens - Type the command ping followed by a space,
followed by the name of the server (in our example, myserver.com).

This should loop four three or four times before exiting - You can always
perform a CTRL+C to exit it. Read the output and see if it says 100%
successful or 0% sucessful.

If one says is 100% and the other 0% then you've got a networking
configuration issue - not a javascript /scripting/web design issue.

To come out of your dos session, just type exit at the dos prompt...

randell d.

Jul 23 '05 #4
Tyler Style wrote:
Thanks Randell! But it isn't a networking problem. Both ping and tracert
show no problems, and almost identical results between machines that do and
do not work. All other network functions on these machines work just fine -
except when trying to submit the form to the webserver. Other forms, other
webservers - no probs. FTP'ing - no probs. Mail - no probs.

Nor is it too heavy a load on the webserver - it is a test machine, and
sees a load of .75 to 1.2% averaged over five minute intervals.

I am pulling out my hair over this, and seriously considering placing a
$200 call to Microsoft....

Tyler
"Randell D." <re******************************@fiprojects.moc > wrote in
message news:x4RNd.315899$6l.135896@pd7tw2no...
Tyler Style wrote:

UPDATE
On Firefox, it gives a timeout error trying to connect to the server
the form is being submitted to.

"Tyler Style" <no****@nowhere.com> wrote in message
news:LNNNd.28026$Yu.25110@fed1read01...
Hullo - looking for a little advice here. I have a form on a page in
one
domain submitting to a cgi in another domain. Weirdly, on some Windows
XP
systems, a form on the page fails to submit/post properly to the cgi and
users get the message from IE that it "Cannot find server: The page
cannot
be displayed The page you are looking for is currently unavailable. The
Web
site might be experiencing technical difficulties, or you may need to
adjust
your browser settings. "

Accessing the same pages from a different computer does not result in
this error. Does anyone have any ideas? Thanks!

Tyler
reply-to: ty*********@DELETETHISkintox.com


Your PCs are likely to be configured differently...

If the name of the server that contains your cgi is called myServer.com,
then try and ping it. Do this using the client PC that makes your form
post work correctly, and do it again on the client PC that fails to
process your form. Compare the results...

To ping:
Click on start - then click on Run - enter command.com and press Enter.

A black DOS screen opens - Type the command ping followed by a space,
followed by the name of the server (in our example, myserver.com).

This should loop four three or four times before exiting - You can always
perform a CTRL+C to exit it. Read the output and see if it says 100%
successful or 0% sucessful.

If one says is 100% and the other 0% then you've got a networking
configuration issue - not a javascript /scripting/web design issue.

To come out of your dos session, just type exit at the dos prompt...

randell d.



Does one machine use a proxy and the other not?

I know its a long shot, but are you posting to some unusual port number
that might be stopped via a local software based firewall on one, but
not the other?

Might I make the assumption that on the webclient where the post fails,
you are actually reading the form from the webserver, and not the
cache? You've mentioned that you have tried two different browsers on
the failing client so a cache problem is unlikely - but like you, I too
am scratching my head why this might be.

Ah! When you pinged the server - did you get to see the same IP
addresses? THE EXACT SAME IP? Don't laugh but... because on a unix box
a couple of months ago I had similar problems where both boxes pinged
but had different IP's (one was missing a zero due to a local hosts file
entry as opposed to DNS and thus I was getting the response from a
different server).

I'm wondering if the domain name that your web page is hosted on has a
local hosts entry which would lead me to believe that you might have a
local web server running on the broken client, and a hosts file pointing
in the wrong direction for your tests...

Again... its a long shot... but these are fences that have made me fall
once or twice...

You got me curious on this one - If you do get it in the mean time, let
us know where the fault lay...I am sure others would be curious too...

randelld
Jul 23 '05 #5
Hey Randell! Thanks for the further advice. Alas, still no dice...

1. No proxies are being used by the problem machine I have access to except
for email spam filtering.
2. The form is definitely not from cache. Even if it was, it should still
post properly.
3. Pinging the server shows the same IP as the one I am posting to in the
form. I don't think this would be the issue, as that would mean all
submissions should fail, no?
4. The client doesn't have IIS installed, and it's HOSTS file only shows
localhost.
5. My mind has become a hollow echoing bell, ringing "Why? Why? Why?..."

If I ever discover the answer, I shall definitely post it here. I'm
convinced it is an SP2 issue, with some 'security' feature tripping on some
kind of configuration problem.

Tyler
"Randell D." <re******************************@fiprojects.moc > wrote in
message news:xTZNd.321579$6l.290865@pd7tw2no...
Tyler Style wrote:
Thanks Randell! But it isn't a networking problem. Both ping and
tracert show no problems, and almost identical results between machines
that do and do not work. All other network functions on these machines
work just fine - except when trying to submit the form to the webserver.
Other forms, other webservers - no probs. FTP'ing - no probs. Mail - no
probs.

Nor is it too heavy a load on the webserver - it is a test machine, and
sees a load of .75 to 1.2% averaged over five minute intervals.

I am pulling out my hair over this, and seriously considering placing a
$200 call to Microsoft....

Tyler
"Randell D." <re******************************@fiprojects.moc > wrote in
message news:x4RNd.315899$6l.135896@pd7tw2no...
Tyler Style wrote:
UPDATE
On Firefox, it gives a timeout error trying to connect to the server
the form is being submitted to.

"Tyler Style" <no****@nowhere.com> wrote in message
news:LNNNd.28026$Yu.25110@fed1read01...
>Hullo - looking for a little advice here. I have a form on a page in
>one
>domain submitting to a cgi in another domain. Weirdly, on some Windows
>XP
>systems, a form on the page fails to submit/post properly to the cgi
>and
>users get the message from IE that it "Cannot find server: The page
>cannot
>be displayed The page you are looking for is currently unavailable.
>The Web
>site might be experiencing technical difficulties, or you may need to
>adjust
>your browser settings. "
>
>Accessing the same pages from a different computer does not result in
>this error. Does anyone have any ideas? Thanks!
>
> Tyler
>reply-to: ty*********@DELETETHISkintox.com
>


Your PCs are likely to be configured differently...

If the name of the server that contains your cgi is called myServer.com,
then try and ping it. Do this using the client PC that makes your form
post work correctly, and do it again on the client PC that fails to
process your form. Compare the results...

To ping:
Click on start - then click on Run - enter command.com and press Enter.

A black DOS screen opens - Type the command ping followed by a space,
followed by the name of the server (in our example, myserver.com).

This should loop four three or four times before exiting - You can always
perform a CTRL+C to exit it. Read the output and see if it says 100%
successful or 0% sucessful.

If one says is 100% and the other 0% then you've got a networking
configuration issue - not a javascript /scripting/web design issue.

To come out of your dos session, just type exit at the dos prompt...

randell d.



Does one machine use a proxy and the other not?

I know its a long shot, but are you posting to some unusual port number
that might be stopped via a local software based firewall on one, but not
the other?

Might I make the assumption that on the webclient where the post fails,
you are actually reading the form from the webserver, and not the cache?
You've mentioned that you have tried two different browsers on the failing
client so a cache problem is unlikely - but like you, I too am scratching
my head why this might be.

Ah! When you pinged the server - did you get to see the same IP addresses?
THE EXACT SAME IP? Don't laugh but... because on a unix box a couple of
months ago I had similar problems where both boxes pinged but had
different IP's (one was missing a zero due to a local hosts file entry as
opposed to DNS and thus I was getting the response from a different
server).

I'm wondering if the domain name that your web page is hosted on has a
local hosts entry which would lead me to believe that you might have a
local web server running on the broken client, and a hosts file pointing
in the wrong direction for your tests...

Again... its a long shot... but these are fences that have made me fall
once or twice...

You got me curious on this one - If you do get it in the mean time, let us
know where the fault lay...I am sure others would be curious too...

randelld

Jul 23 '05 #6

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

Similar topics

4
by: Eric | last post by:
Hey Everyone.. I have a form that has approximately 7 text fields and 1 checkbox. Generally when this form is submitted(to itself BTW) it works fine, however, when the checkbox is only field...
13
by: Dan R Brown | last post by:
I have a large form that is generated dynamically in a jsp using xml / xslt. So, to break up this form into several "tabbed" sections, I break up the form using <div> tags. Each <div...
3
by: Mark Morton | last post by:
I'm writing an if statement for a UK credit card form validation script. Users who specify that their card is Switch need to enter either the issue number or the 'valid from' date. I'm trying to...
5
by: Don | last post by:
I have a need to submit a form, but don't need the user to click on a button. How do I do this? Is there some way, using JavaScript, to setup a <form> tag to do this? Thanks, Don ----==...
11
by: Jason | last post by:
I'm trying to implement role-based security in my ASP.NET application, however, everytime I perform an IsInRole check, it ALWAYS returns false! My Web.Config file has the following entry: ...
3
by: itsjules | last post by:
I have created HUGE order forms for a client using HTML (Dreamweaver Studio MX 2004) for the forms and ASPMail for the submission of the forms. Everything works fine, except ALL the fields are...
4
by: paratge | last post by:
Hi, I'm updating one form in an iframe, with another in a main page. That works fine, th probliem is how to submit two forms with one click. For now i get an error "permission denied" how can...
7
by: =?Utf-8?B?TWlrZQ==?= | last post by:
I'm trying to use the DirectorySearcher.FindOne() method to get the display name of the current user. The code runs on a server behind a web service. Everything works fine when I run it on my...
6
by: phpnewbie26 | last post by:
This has been confusing me for a while. I don't understand why it isn't working. In my original coding, I have an action called submitted.php and this is what is looks like: <?php ...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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?

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.