Microsoft IIS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsSystem AdministrationMicrosoft IIS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old March 1st, 2005, 09:38 AM
BillyBuerger BillyBuerger is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Mar 2005
Posts: 2 BillyBuerger User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 28 m 47 sec
Reputation Power: 0
POST data missing

Is there any reason why form data with method="POST" not work? If I use method="GET" the form data passes through no problem. But when method="POST", it's empty.

I'm guessing there's some security issue. My first thought was that the POST method needed to write the POST data to a temp file that the IUSR account didn't have access to. But I've made sure that the user has access to all files and folders and that didn't do anything. If I use Integrated Windows authentication, it works fine. But then if someone tries to access it from a different machine, they get prompted for username/password. The other odd thing is that if I use Anonymous access and set the user to the same username that I'm logged into locally, I get the same access problem.

Here's a sample ASP page that I've been trying:

Code:
  <% @Language="JScript" %>
  <html>
  	<body>
  		<pre>
  		Value="<% = Request.Form("test") %>"
  		</pre>
  
  		<form action="test.asp" method="post">
  			<input type="text" name="test">
  			<input type="submit">
  		</form>
  	</body>
  </html>
  


So with Integrated Windows auth, I get Value="Stuff". With anonymous auth, I get Value="".

WTF!

Reply With Quote
  #2  
Old March 1st, 2005, 01:05 PM
BillyBuerger BillyBuerger is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Mar 2005
Posts: 2 BillyBuerger User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 28 m 47 sec
Reputation Power: 0
Nevermind, answered my own problem. IE was set to "Enable Integrated Windows Authentication". Now that I found that I remember having a similar problem a while back. Except in that case I was using Integrated Windows Authentication on the server but needed to turn in off in IE on the XP machines. Yeah, that makes sense.

Reply With Quote
Reply

Viewing: ASP Free ForumsSystem AdministrationMicrosoft IIS > POST data missing


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway