adam jones jersey baltimore orioles customized jersey brian roberts jersey brooks robinson jersey cal ripken jersey craig tatum jersey derrek lee jersey eddie murray jersey jake arrieta jersey jim johnson jersey matt wieters jersey nick markakis jersey vladimir guerrero jersey andre ethier jersey casey blake jersey clayton kershaw jersey fernando valenzuela jersey jackie robinson jersey james loney jersey jonathan broxton jersey kenley jansen jersey kirk gibson jersey los angeles dodgers blank jersey los angeles dodgers customized jersey manny ramirez jersey matt kemp jersey rafael furcal jersey rod barajas jersey russell martin jersey sandy koufax jersey vicente padilla jersey alcides escobar jersey carlos gomez jersey casey mcgehee jersey corey hart jersey james hardy jersey milwaukee brewers blank jersey milwaukee brewers customized jersey nyjer morgan jersey paul molitor jersey prince fielder jersey rickie weeks jersey robin yount jersey ryan braun jersey sergio mitre jersey trevor hoffman jersey yovani gallardo jersey zack greinke jersey andre dawson jersey delino deshields jersey gary carter jersey pedro martinez jersey pete rose jersey randy johnson jersey steve rodgers jersey tim raines jersey vladimir guerrero jersey warren cromartie jersey a j burnett jersey alex rodriguez jersey alfonso soriano jersey alfredo aceves jersey andruw jones jersey andy pettitte jersey babe ruth jersey bartolo colon jersey bobby abreu jersey brett gardner jersey c c sabathia jersey chan ho park jersey chien ming wang jersey colin curtis jersey curtis granderson jersey derek jeter jersey don mattingly jersey eric chavez jersey hideki matsui jersey javier vazquez jersey joba chamberlain jersey joe dimaggio jersey johnny damon jersey jorge posada jersey lou gehrig jersey mariano rivera jersey mark teixeira jersey mickey mantle jersey mike mussina jersey new york yankees blank jersey new york yankees customized jersey nick swisher jersey paul o neill jersey pedro feliciano jersey phil hughes jersey phil rizzuto jersey randy winn jersey reggie jackson jersey robinson cano jersey roger maris jersey russell martin jersey thurman munson jersey wade boggs jersey yogi berra jersey brad lidge jersey brett myers jersey carlos ruiz jersey charlie manuel jersey chase utley jersey cliff lee jersey cole hamels jersey darren daulton jersey dave cash jersey dave hollins jersey david herndon jersey domonic brown jersey greg luzinski jersey hunter pence jersey j c romero jersey jamie moyer jersey jayson werth jersey jimmy foxx jersey jimmy rollins jersey john kruk jersey mike schmidt jersey mitch williams jersey patrick burrell jersey pedro martinez jersey pete rose jersey philadelphia phillies blank jersey philadelphia phillies customized jersey placido polanco jersey raul ibanez jersey richie ashburn jersey robin roberts jersey roy halladay jersey roy oswalt jersey royal daulton jersey ryan howard jersey scott mathisson jersey shane victorino jersey steve carlton jersey tim mccarver jersey tug mcgraw jersey adam moore jersey felix hernandez jersey ichiro suzuki jersey justin smoak jersey ken griffey jersey lee cliff jersey michael pineda jersey seattle mariners blank jersey seattle mariners customized jersey chris davis jersey cliff lee jersey cristian guzman jersey derek holland jersey elvis andrus jersey ian kinsler jersey josh hamilton jersey lan kansler jersey lan kinsler jersey michael young jersey mike napoli jersey mithch moreland jersey naftali feliz jersey nelson cruz jersey nolan ryan jersey scott feldman jersey texas rangers blank jersey texas rangers customized jersey tommy hunter jersey vladimir guerrero jersey aaron rowand jersey barry bonds jersey brian wilson jersey buster posey jersey cody ross jersey dan runzler jersey dave dravecky jersey freddy sanchez jersey madison bumgarner jersey matt cain jersey matt williams jersey mel ott jersey pablo sandoval jersey san francisco giants customized jersey tim lincecum jersey travis ishikawa jersey will clark jersey willie mays jersey willie mccovey jersey blaine boyer jersey carlos beltran jersey chris young jersey darryl strawberry jersey david wright jersey dwight gooden jersey francisco rodriguez jersey gary carter jersey ike davis jersey jason bay jersey johan santana jersey jose reyes jersey keith hernandez jersey lenny dykstra jersey lucas duda jersey mike pelfrey jersey mookie wilson jersey new york mets blank jersey new york mets customized jersey nolan ryan jersey pedro martinez jersey tom seaver jersey bert blyleven jersey carlos gomez jersey danny valencia jersey delmon young jersey denard span jersey francisco liriano jersey harmon killebrew jersey j j hardy jersey jason kubel jersey jim thome jersey joe mauer jersey joe nathan jersey justin morneau jersey kent hrbek jersey kirby puckett jersey matt capps jersey michael cuddyer jersey minnesota twins blank jersey minnesota twins customized jersey nick blackbum jersey orlando hudson jersey rod carew jersey tony oliva jersey al kaline jersey alex avila jersey austin jackson jersey brandon inge jersey curtis granderson jersey denny mcclain jersey detroit tigers blank jersey detroit tigers customized jersey johnny damon jersey jose valverde jersey justin verlander jersey kirk gibson jersey lance parrish jersey max scherzer jersey miguel cabrera jersey victor martinez jersey atlanta braves blank jersey atlanta braves customized jersey babe ruth jersey bobby cox jersey brandon beachy jersey brian mccann jersey chipper jones jersey dale murphy jersey dan uggla jersey derek lowe jersey diaz matt jersey freddie freeman jersey hank aaron jersey jason heyward jersey orlando cepeda jersey phil niekro jersey tommy hanson jersey adam dunn jersey alex rios jersey alexei ramirez jersey andruw jones jersey bill melton jersey bo jackson jersey bobby jenks jersey carlos quentin jersey carlton fisk jersey chicago white sox blank jersey chicago white sox customized jersey early wynn jersey gavin floyd jersey gordon beckham jersey harold baines jersey jake peavy jersey jim thome jersey joe crede jersey juan pierre jersey ken griffey jersey luis aparicio jersey luke appling jersey mark buehrle jersey mark teahen jersey michael jordan jersey nellie fox jersey nick swisher jersey ozzie guillen jersey paul konerko jersey robin ventura jersey sergio santos jersey adrian gonzalez jersey andrew mucutchen jersey bill lee jersey bobby doerr jersey bobby jenks jersey boston red sox blank jersey boston red sox customized jersey carl crawford jersey carl yastrzemski jersey carlton fisk jersey daisuke matsuzaka jersey david ortiz jersey dustin pedroia jersey fred lynn jersey jacoby ellsbury jersey jason bay jersey jason varitek jersey jim rice jersey john lackey jersey johnny pesky jersey jon lester jersey jonathan papelbon jersey jose tabata jersey josh beckett jersey kevin youkilis jersey mike lowell jersey ted williams jersey
A remoting gateway should be able to understand the following headers:
The client understands the following headers:
The client may ask the server to send back debugging information. While the client sends this request as a header, the server should respond by a body. This header is modified by the NetConnection debugger. See debugInfo for details.
The client can request that the server consider a client's credentials. This should trigger an authentication routine. The data will contain an object with keys 'userid' and 'password'. The server should not directly respond to a Credentials header by sending a body with the authentication results. Instead they should keep the authenticated-for role in a session variable and throw an error when the client attempts to call a method without the right role. The credentials headers is persistent, meaning the user and password can be passed several times between the client and the server. The gateway can request to clear the header using a RequestPersistentHeader header.
The service browser (a windowSWF included in Remoting) may request service descriptions from the server. The gateway does not have to implement this functionality, however it can be nice for the end-user to take advantage of such a function.
The server can request that the client set a server on its end. This is implemented in mx.remoting.Connection. The 'data' should be set to an object containing the keys name, mustUnderstand and data. If the key already exists in the connection headers, the header is replaced. Thus the server can use this mechanism to clear Credentials headers if it wishes.
This header forces the client to append a string to the gateway url. This can be used to hardcode the session id into the gateway url. 'data' should be set to an UTF string containing the value to append.
Similar to AppendToGatewayUrl, however replaces the whole gateway url instead of appending to it.