No announcements
Found 2910648 threads
-
0 Votes
HttpWebRequest - How to post multi-line data from JSON body
Hi, I need help. I'm only able to post simple text data from JSON body, and the data mustn't be ...Unanswered | 2 Replies | 5737 Views | Created by LetMeCode - Sunday, April 16, 2017 4:22 PM | Last reply by Frank L. Smith - Sunday, April 16, 2017 10:15 PM -
0 Votes
How to pass JSON data using httpwebrequest post method.
Hi, I want to pass JSON data using httpwebrequest POST method. JSON class: public ...Proposed | 1 Replies | 35147 Views | Created by riya25 - Friday, January 12, 2018 11:27 AM | Last reply by Wendy Zang - Monday, January 15, 2018 8:19 AM -
0 Votes
HttpWebRequest : Is it possible to change JSON body to HTML to post data
Hi, I need help please. I'd like to know whether it's possible to change JSON body to the HTML to post ...Unanswered | 3 Replies | 465 Views | Created by LetMeCode - Monday, April 17, 2017 12:35 PM | Last reply by Cherry Bu - Tuesday, April 18, 2017 8:35 AM -
0 Votes
Windows Phone 8 - Exception Post json in "request body" httpwebrequest
Hello; I am new in windows phone 8 developing. I have tried to make post operation with httpWebRequest/WebClient. I ...Answered | 4 Replies | 6111 Views | Created by Eda YILDIZ - Wednesday, April 24, 2013 10:32 AM | Last reply by Eda YILDIZ - Tuesday, June 25, 2013 8:54 AM -
2 Votes
How to post data in json format ?
General Serialization hints: http://blogs.msdn.com/b/wsdevsol/archive/2013/09Answered | 3 Replies | 965 Views | Created by dinesh joshi - Tuesday, July 15, 2014 11:23 AM | Last reply by dinesh joshi - Wednesday, July 16, 2014 5:31 AM -
2 Votes
How to POST json data to Web Service
HttpWebRequest, HttpClient, etc but i'm getting success with that. Please help me if you know how to post the json data to web ...Unanswered | 2 Replies | 713 Views | Created by Ashiq Hassan - Wednesday, September 24, 2014 7:29 AM | Last reply by Ashiq Hassan - Wednesday, September 24, 2014 7:37 AM -
0 Votes
How to access POST message body data?
I've got the following app and I'm trying to access the xml body data (circled in red) in the POST method, but I'm not sure ...Answered | 1 Replies | 2496 Views | Created by Louw Grobler - Friday, March 16, 2012 10:57 AM | Last reply by Louw Grobler - Friday, March 16, 2012 11:10 AM -
0 Votes
Post JSON from logic app - how to escape data?
have the content data field of the Service Bus as @encodeBase64(string(outputs('Compose'))) If that doesn't work, could you post a sample of how you ...Answered | 4 Replies | 6321 Views | Created by Leonid Krupnov - Monday, August 29, 2016 7:59 AM | Last reply by Leonid Krupnov - Tuesday, September 6, 2016 3:21 PM -
2 Votes
httpwebrequest post data
Hello When working with some websites, some information needs to be extracted and than posted. For example below is the data we ...Answered | 5 Replies | 2640 Views | Created by xpro6000 - Tuesday, October 12, 2010 11:12 PM | Last reply by Mike Dos Zhang - Thursday, October 14, 2010 9:06 AM -
3 Votes
making a httpwebrequest Post, including a request body
Hello I'm trying to make a POST webrequest to a http server and as part of the request i want to include a request body. The ...Answered | 5 Replies | 37263 Views | Created by Kasper mathiesen - Wednesday, October 9, 2013 3:52 PM | Last reply by Versatus - Friday, March 23, 2018 12:18 PM -
0 Votes
How to post json data using domain Credentials with HttpWebRequest or HttpClient in windows phone application ?
I want to post json data with domain Credentials( userName ,PassWord). DesertQueenUnanswered | 4 Replies | 1775 Views | Created by DevWP - Wednesday, August 21, 2013 2:59 PM | Last reply by DevWP - Thursday, August 22, 2013 12:51 PM -
0 Votes
HTTPWebRequest GET Vs POST
)HttpWebRequest.Create(url); //do the processing SetRequestProperties(request, "POST"); // SETTING METHOD TO POST ... -
0 Votes
WP7 Send JSon data using httpwebrequest
object HttpWebRequest webRequest = (HttpWebRequest)WebRequest.Create(url); webRequest.Method = "POST"; webRequest.ContentType = ...Unanswered | 1 Replies | 8501 Views | Created by Gurpreet Singh Nagi - Friday, August 26, 2011 6:29 AM | Last reply by PaulH79 - Friday, August 26, 2011 1:55 PM -
0 Votes
HttpWebRequest PUT with json
hello guys i wanna send put httpwebrequest wit data json i try do'it but did't work Dim req2 As ...Unanswered | 1 Replies | 424 Views | Created by castlehere - Sunday, January 5, 2020 8:04 PM | Last reply by Julie Xu-MSFT - Monday, January 6, 2020 7:01 AM -
0 Votes
HttpWebRequest POST
get the Stream to write the POST data by calling HttpWebRequest..GetRequestStream(). Any idea why? Or how I'm supposed to make a ...Answered | 2 Replies | 18590 Views | Created by Chabun - Saturday, March 5, 2011 7:26 PM | Last reply by Chabun - Saturday, May 14, 2011 2:36 PM -
3 Votes
Application test Post data Json to server
database include 4 columns : id , time, longitude and latitude. And every 10 minute, all of data will sent to ...Unanswered | 1 Replies | 1500 Views | Created by Bất Lực - Thursday, June 13, 2013 12:12 AM | Last reply by Saad Mahmood - Thursday, August 28, 2014 4:07 PM -
0 Votes
POST xml data using HttpWebRequest
I need to POST xml data to server. I'm doing it this way: This is my file: XDocument xDoc =Answered | 2 Replies | 15627 Views | Created by MSDN_Forums_User - Thursday, August 21, 2008 8:06 AM | Last reply by sladapter - Thursday, August 21, 2008 11:29 AM -
0 Votes
How to pass the header and body data while using post method in webapi
the body in json format and also another method for passing the data through header in json format but i need to combineDiscussion | 1 Replies | 289 Views | Created by rammi P - Tuesday, November 20, 2018 8:52 AM | Last reply by DA924x - Tuesday, November 20, 2018 9:03 AM -
0 Votes
How to post large contents using HttpWebRequest ?
hi, i have the same problem of posting large data using httpwebrequest... it seems the code above is to read the ...Answered | 6 Replies | 11271 Views | Created by Kiran Suthar - Tuesday, December 27, 2005 5:50 AM | Last reply by Bujal Hassan - Saturday, March 24, 2007 7:50 AM -
0 Votes
Setting a JSON body
Hi Guys, I am trying to put a policy in for an operation to convert the operation from Get to Post. The rule set-up to change ...Answered | 2 Replies | 1011 Views | Created by Neeraj Puntambekar - Monday, March 27, 2017 4:44 AM | Last reply by - Monday, April 3, 2017 2:50 PM - Items 1 to 20 of 2910648 Next ›
No announcements