Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jul 02, 2012 05:53 PM by look2bar
Member
240 Points
292 Posts
Jul 02, 2012 09:33 AM|LINK
how to do a http post request and response for asp.net c#
for a api
All-Star
34013 Points
5468 Posts
Jul 02, 2012 09:44 AM|LINK
are you looking for restful post operation in web api?
http://www.bluelemoncode.com/post/2012/03/04/CRUD-operation-using-Web-API-in-Aspnet-Web-form-application.aspx
hope this helps...
Jul 02, 2012 09:49 AM|LINK
kedarrkulkarni are you looking for restful post operation in web api? http://www.bluelemoncode.com/post/2012/03/04/CRUD-operation-using-Web-API-in-Aspnet-Web-form-application.aspx hope this helps...
i want to send a http post request and get a response like
but this do not work because a is not a same domain name
thank you
Jul 02, 2012 10:06 AM|LINK
it might be due to attempt to post data to cross domain...
see some suggestions
http://wiki.asp.net/page.aspx/1734/jquery-cross-domain-ajax-call-using-jsonp/
http://www.codeproject.com/Articles/78757/Making-Cross-Domain-jQuery-AJAX-Calls
Jul 02, 2012 10:17 AM|LINK
kedarrkulkarni it might be due to attempt to post data to cross domain... see some suggestions http://wiki.asp.net/page.aspx/1734/jquery-cross-domain-ajax-call-using-jsonp/ http://www.codeproject.com/Articles/78757/Making-Cross-Domain-jQuery-AJAX-Calls hope this helps...
can i not do the same from asp.net c# code
with some code please
Jul 02, 2012 03:26 PM|LINK
can you help me on this please
Jul 02, 2012 05:53 PM|LINK
Thank you to everyone for helping
look2bar
Member
240 Points
292 Posts
How to do a http post for api
Jul 02, 2012 09:33 AM|LINK
how to do a http post request and response for asp.net c#
for a api
kedarrkulkar...
All-Star
34013 Points
5468 Posts
Re: How to do a http post for api
Jul 02, 2012 09:44 AM|LINK
are you looking for restful post operation in web api?
http://www.bluelemoncode.com/post/2012/03/04/CRUD-operation-using-Web-API-in-Aspnet-Web-form-application.aspx
hope this helps...
KK
Please mark as Answer if post helps in resolving your issue
My Site
look2bar
Member
240 Points
292 Posts
Re: How to do a http post for api
Jul 02, 2012 09:49 AM|LINK
i want to send a http post request and get a response like
but this do not work because a is not a same domain name
thank you
kedarrkulkar...
All-Star
34013 Points
5468 Posts
Re: How to do a http post for api
Jul 02, 2012 10:06 AM|LINK
it might be due to attempt to post data to cross domain...
see some suggestions
http://wiki.asp.net/page.aspx/1734/jquery-cross-domain-ajax-call-using-jsonp/
http://www.codeproject.com/Articles/78757/Making-Cross-Domain-jQuery-AJAX-Calls
hope this helps...
KK
Please mark as Answer if post helps in resolving your issue
My Site
look2bar
Member
240 Points
292 Posts
Re: How to do a http post for api
Jul 02, 2012 10:17 AM|LINK
can i not do the same from asp.net c# code
with some code please
thank you
look2bar
Member
240 Points
292 Posts
Re: How to do a http post for api
Jul 02, 2012 03:26 PM|LINK
can you help me on this please
thank you
look2bar
Member
240 Points
292 Posts
Re: How to do a http post for api
Jul 02, 2012 05:53 PM|LINK
Thank you to everyone for helping