Changes

202 bytes added ,  02:06, 2 March 2019
no edit summary
Line 139: Line 139:     
===ShareApplet===
 
===ShareApplet===
The initial page loaded by this applet depends on a flag. <nowiki>non-val1: "https://web-lp1.share.srv.nintendo.net/" val1: "https://web-lp1.share.srv.nintendo.net/settings/"</nowiki>
+
The initial page loaded by this applet is controlled by the [[#ShareStartPage]] TLV.
   −
The server will return a HTTP 302 redirect to <nowiki>"https://nintendo.com/"</nowiki> when the specified User-Agent isn't the one for ShareApplet.
+
The "web-lp1.share.srv.nintendo.net" site will return a HTTP 302 redirect to <nowiki>"https://nintendo.com/"</nowiki> when the specified User-Agent isn't the one for ShareApplet.
    
===LobbyApplet===
 
===LobbyApplet===
Line 370: Line 370:  
| 0x9
 
| 0x9
 
| 0x4
 
| 0x4
| u32 enum ShareStartPage
+
| u32 enum [[#ShareStartPage]]
 
| ShareStartPage
 
| ShareStartPage
 
|-
 
|-
Line 706: Line 706:     
These are used for Share-applet.
 
These are used for Share-applet.
 +
 +
==== ShareStartPage ====
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Value
 +
!  URL
 +
|-
 +
| 0
 +
| [[Network|"https://web-%.share.srv.nintendo.net/"]]
 +
|-
 +
| 1
 +
| [[Network|"https://web-%.share.srv.nintendo.net/settings/"]]
 +
|}
 +
 +
This enum controls the initial page for ShareApplet.
    
== Versions ==
 
== Versions ==