Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am trying to submit a HTTP POST request into a web server that runs IIS.

curl -X  POST -d 

but I am getting an HTML page definition in return.

I have looked and didn't find any match, your support will be appreciated.

share|improve this question
1  
So what is the problem? An html document is a very typical result of a http post request to a server. – arkascha yesterday
i m getting an HTML page definition, and my request is not been submitted. i should receive an http response. but i m getting hTTP Page code – user2483993 yesterday
1  
How do you know your data has not been submitted? As long as you don't specify the information you have here there is little we can do for you... What error does curl produce, did you even check? And you certainly get an http response, as least as you request an http url. How else do you think that html page definition reaches your client, if not by means of an http response. And, sorry, but I have no idea what you mean with a hTTP Page code... – arkascha yesterday

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.