No announcements
Found 3025703 threads
-
0 Votes
Disable WinJs.xhr Auto redirect when 302 status code is hit
From your explain,I think you want to stop the redirect behavior after you get the response data.So I think you can make sence how to use the Winjs.xhr,You ...Answered | 1 Replies | 2548 Views | Created by Praveen Prasad - Sunday, July 14, 2013 11:58 AM | Last reply by Will Shao - Saturday, July 20, 2013 3:53 PM -
2 Votes
Handling 303 SeeOther status code with WinJS.xhr
If you have any feedback about my replies, please contact msdnmg@microsoft.com Microsoft One Code FrameworkAnswered | 1 Replies | 1864 Views | Created by Cmurialdo - Monday, October 29, 2012 2:58 PM | Last reply by Song Tian - Tuesday, October 30, 2012 8:48 AM -
0 Votes
Force SharePoint 2013 to use a 301 Redirect instead of a 302 Redirect by default.
The difference between a 301 and a 302 is that a 301 status code means that a page has permanently moved to a new location, while a 302 status ...Answered | 6 Replies | 5258 Views | Created by JM Estrada - Wednesday, March 30, 2016 4:38 PM | Last reply by JM Estrada - Monday, April 11, 2016 2:57 PM -
1 Votes
WinJS.xhr Not caching the responses.
I don't think its possible by WinJS.xhr, the "cache" can be only used for this time, when the app close, the cache saved by WinJS.xhr will be ...Answered | 3 Replies | 1346 Views | Created by Ashwin N Bhanushali - Wednesday, October 16, 2013 12:42 PM | Last reply by Jamles Hez - Saturday, October 19, 2013 2:29 AM -
0 Votes
Http Connector with Authentication not following 302 Redirect
Guessing this is a redirect to https - change your url from http://schemaapis to https://schemaapis and guessing you won't hit the redirect anymore.Answered | 4 Replies | 2544 Views | Created by antmeehan - Thursday, February 18, 2016 1:37 AM | Last reply by antmeehan - Friday, February 19, 2016 4:11 AM -
3 Votes
WinJS.xhr() just working first time
Thanks everyone , WinJS.xhr({ url: "http://example.com", headers: { "If-Modified-Since": "Mon, 27 Mar 1972 00:00:00 ...Answered | 3 Replies | 1106 Views | Created by DavidFEG - Tuesday, February 18, 2014 3:23 PM | Last reply by DavidFEG - Wednesday, February 19, 2014 9:44 AM -
0 Votes
Declaring WinJS.xhr globally.
Hi ashu.s, As RenaudDumont has suggested, if you want to make a winjs.xhr call globally (reusable in multiple places of your windows store app), you can define a custom js ...Answered | 2 Replies | 2359 Views | Created by ashu.s - Monday, February 4, 2013 9:44 AM | Last reply by Steven Cheng - MSFT - Tuesday, February 5, 2013 2:29 AM -
0 Votes
my http post to a site send me to error page with 302 redirect ?
It's a redirection, not an error.Answered | 1 Replies | 557 Views | Created by MrinalKumarJha - Saturday, August 13, 2016 9:08 PM | Last reply by Hart Wang - Monday, August 15, 2016 5:25 AM -
1 Votes
Diff between WinJS.xhr() and xmlHttpRequest
daluu, WinJS.xhr is simply a wrapper around XMLHttpRequest!Answered | 8 Replies | 8143 Views | Created by Louis_PiG - Tuesday, January 24, 2012 7:36 AM | Last reply by hxu2008 - Thursday, May 30, 2013 9:57 AM -
1 Votes
Problem with WinJS.xhr in background task
AMITNWdUHao1iUQ It is source controlled, so you may get issues when attempting to open it.Answered | 10 Replies | 4349 Views | Created by jrboddie - Tuesday, June 12, 2012 3:32 PM | Last reply by Jeff Sanders - Wednesday, March 20, 2013 10:55 AM -
2 Votes
WinJS.xhr Cross-Origin problem
today, I try to this issue and I received status code 200!Answered | 7 Replies | 6425 Views | Created by k_kinukawa - Sunday, November 6, 2011 2:58 PM | Last reply by Paul Lambadaris - Tuesday, November 13, 2012 4:08 PM -
2 Votes
302 error in webtesting - VSTS 2008
Shai suggestion is a good one. 302 is not necessarily an error.Answered | 3 Replies | 7635 Views | Created by Navneeth_4 - Friday, November 28, 2008 8:40 AM | Last reply by slumley MSFT - Monday, December 1, 2008 2:25 PM -
1 Votes
Can't we use WinJS.xhr in a for loop???
hi, Is it possible to increment i and do the next iteration when the first xhr finishes?Answered | 13 Replies | 4717 Views | Created by sandbha - Thursday, July 5, 2012 5:56 PM | Last reply by ner9G - Saturday, December 22, 2012 3:32 PM -
2 Votes
SharePoint 2010 Error Code 302
Many publicly accessible SharePoint sites returned error 302.Does anyone knows about a ^public site that does not?Answered | 6 Replies | 6674 Views | Created by ovulex_sharepoint - Tuesday, August 24, 2010 8:16 PM | Last reply by Jayaram Krishnaswamy - Thursday, December 2, 2010 3:31 PM -
6 Votes
How to the get the original file in order to send it over a WinJS.xhr PUT?
Marcus code does not seem to work... or I might be missing something.Answered | 17 Replies | 5813 Views | Created by sebastian gomez - Thursday, July 12, 2012 1:09 AM | Last reply by w-p - Saturday, September 15, 2012 11:59 PM -
2 Votes
WinJS.xhr caches responses and ignores cache-control response headers which say not to.
If so, do you know of a way to disable the storage of (or clear) a cookie associated with an ajax request?Answered | 8 Replies | 4710 Views | Created by Ilia Koulinitch - Monday, July 23, 2012 5:49 PM | Last reply by Ilia Koulinitch - Tuesday, July 24, 2012 3:08 PM -
0 Votes
how i can eject variable samplesGroups of WinJS.xhr
Because winjs.xhr is a asynchronous function.Answered | 3 Replies | 2617 Views | Created by iwan setiawan - Tuesday, October 23, 2012 10:16 AM | Last reply by Song Tian - Wednesday, October 24, 2012 10:16 AM -
1 Votes
400 Bad Request error in VS2013/2012 Ultimate during 302 redirection
Hi, Please click on the failed requests for 400 bad request and 302 redirection in web test result viewer and then check ‘Details’ tab to see whether ...Answered | 4 Replies | 1627 Views | Created by Yuri Leontyev - Thursday, April 10, 2014 3:20 PM | Last reply by Amanda Zhu - Monday, April 14, 2014 2:56 AM -
2 Votes
I try to bind data but WinJS.xhr doesn't work
catcode=NNC&itemid=&format=xml&goback="; // var uri = new Windows.Foundation.Uri(urlText); WinJS.xhr({ url: urlText }).then(function (xml) { ...Answered | 5 Replies | 3770 Views | Created by FcosAlfa - Tuesday, May 8, 2012 8:30 AM | Last reply by Jeff Sanders - Wednesday, August 8, 2012 3:35 PM -
0 Votes
Sending input information to json Web Service with WinJs.xhr
Problem Resolved : WinJS.xhr({ type: "post", ...Answered | 7 Replies | 2183 Views | Created by Brahim Belhamra - Tuesday, March 19, 2013 11:13 AM | Last reply by Jeff Sanders - Wednesday, March 20, 2013 11:01 AM - Items 1 to 20 of 3025703 Next ›
No announcements