René's URL Explorer Experiment


Title: Server returns 403 Forbidden error on auth step · Issue #8 · shapecode/fut-api · GitHub

Open Graph Title: Server returns 403 Forbidden error on auth step · Issue #8 · shapecode/fut-api

X Title: Server returns 403 Forbidden error on auth step · Issue #8 · shapecode/fut-api

Description: I was receiving this error during login: PHP Fatal error: Uncaught JsonException: Syntax error in /home/shafeey/fut-api/src/Api/AbstractCore.php:339 Stack trace: #0 /home/shafeey/fut-api/src/Api/AbstractCore.php(339): json_decode('', tru...

Open Graph Description: I was receiving this error during login: PHP Fatal error: Uncaught JsonException: Syntax error in /home/shafeey/fut-api/src/Api/AbstractCore.php:339 Stack trace: #0 /home/shafeey/fut-api/src/Api/Ab...

X Description: I was receiving this error during login: PHP Fatal error: Uncaught JsonException: Syntax error in /home/shafeey/fut-api/src/Api/AbstractCore.php:339 Stack trace: #0 /home/shafeey/fut-api/src/Api/Ab...

Opengraph URL: https://github.com/shapecode/fut-api/issues/8

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Server returns 403 Forbidden error on auth step","articleBody":"I was receiving this error during login:\r\n\r\n```\r\nPHP Fatal error:  Uncaught JsonException: Syntax error in /home/shafeey/fut-api/src/Api/AbstractCore.php:339\r\nStack trace:\r\n#0 /home/shafeey/fut-api/src/Api/AbstractCore.php(339): json_decode('', true, 512, 4194304)\r\n#1 /home/shafeey/fut-api/test.php(37): Shapecode\\FUT\\Client\\Api\\AbstractCore-\u003elogin('881689')\r\n```\r\n\r\nAs I looked deeper, I found that the POST request to \"https://utas.external.s2.fut.ea.com:443/ut/auth?client=webcomp\" is returning 403 FORBIDDEN with an empty body, which in turn results in the json_decode() exception.\r\nhttps://github.com/shapecode/fut-api/blob/4df924ca96e4f33ae6811f576c0e8c3fa599d6f5/src/Api/AbstractCore.php#L313\r\n\r\nI'm using the following script for login and putting the code from verification email. Any idea what I am doing wrong? Thank you.\r\n```\r\n\u003c?php\r\n\r\n// Autoload files using the Composer autoloader.\r\nrequire_once __DIR__ . '/vendor/autoload.php'; \r\n\r\nuse Shapecode\\FUT\\Client\\Api\\Core;\r\nuse Shapecode\\FUT\\Client\\Exception\\FutError;\r\nuse Shapecode\\FUT\\Client\\Authentication\\Account;\r\nuse Shapecode\\FUT\\Client\\Authentication\\Credentials;\r\nuse Shapecode\\FUT\\Client\\Authentication\\Session;\r\n\r\n\r\n$email = \"email@email.com\";\r\n$password = \"PASSWD\";\r\n$platform = \"ps4\";\r\n$code = \"999999\";\r\n\r\n$credentials = new Credentials($email, $password, $platform);\r\n\r\n$session = null;\r\n\r\n$account = new Account($credentials, $session);\r\n$fut = new Core($account);\r\n\r\ntry {\r\n    $login = $fut-\u003elogin($code);\r\n    $session = $account-\u003egetSession();\r\n} catch(FutError $e) {\r\n    $reason = $e-\u003egetReason();\r\n    die(\"We have an error logging in: \".$reason);\r\n}\r\necho \"Login complete...\\n\";\r\n```\r\n","author":{"url":"https://github.com/shafeey","@type":"Person","name":"shafeey"},"datePublished":"2020-01-15T09:16:24.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/8/fut-api/issues/8"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:43a111bf-8b1a-38c8-0b74-028566c33dd1
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE298:776B8:4F5275:73A5CD:6A4E0BFC
html-safe-noncefdbc1c39819b88dcffd627f83467cd26f87955f1d41a1a2720939bf9024af34b
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMjk4Ojc3NkI4OjRGNTI3NTo3M0E1Q0Q6NkE0RTBCRkMiLCJ2aXNpdG9yX2lkIjoiNzUxODYyNTMwMTgyMTAwMDcwMCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac893dc2b9a251a459e82695d9b0bfebd19fa335f12447b468d3708c0e902ad42f
hovercard-subject-tagissue:550059196
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/shapecode/fut-api/8/issue_layout
twitter:imagehttps://opengraph.githubassets.com/60921fef1a675b91b5bc5c53d4c8f4efd6c39e4393f92cf20346b86c5b7446bb/shapecode/fut-api/issues/8
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/60921fef1a675b91b5bc5c53d4c8f4efd6c39e4393f92cf20346b86c5b7446bb/shapecode/fut-api/issues/8
og:image:altI was receiving this error during login: PHP Fatal error: Uncaught JsonException: Syntax error in /home/shafeey/fut-api/src/Api/AbstractCore.php:339 Stack trace: #0 /home/shafeey/fut-api/src/Api/Ab...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameshafeey
hostnamegithub.com
expected-hostnamegithub.com
Nonedf0492960db29b4938cb72070351d6b1d0c6c0767b27ceb8394bbf4fcc0223c6
turbo-cache-controlno-preview
go-importgithub.com/shapecode/fut-api git https://github.com/shapecode/fut-api.git
octolytics-dimension-user_id19488206
octolytics-dimension-user_loginshapecode
octolytics-dimension-repository_id158721571
octolytics-dimension-repository_nwoshapecode/fut-api
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id158721571
octolytics-dimension-repository_network_root_nwoshapecode/fut-api
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release51470c353b8a1f52a88d3e3cc2014b17ab8cc1ce
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/shapecode/fut-api/issues/8#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fshapecode%2Ffut-api%2Fissues%2F8
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fshapecode%2Ffut-api%2Fissues%2F8
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=shapecode%2Ffut-api
Reloadhttps://github.com/shapecode/fut-api/issues/8
Reloadhttps://github.com/shapecode/fut-api/issues/8
Reloadhttps://github.com/shapecode/fut-api/issues/8
Please reload this pagehttps://github.com/shapecode/fut-api/issues/8
shapecode https://github.com/shapecode
fut-apihttps://github.com/shapecode/fut-api
Please reload this pagehttps://github.com/shapecode/fut-api/issues/8
Notifications https://github.com/login?return_to=%2Fshapecode%2Ffut-api
Fork 18 https://github.com/login?return_to=%2Fshapecode%2Ffut-api
Star 46 https://github.com/login?return_to=%2Fshapecode%2Ffut-api
Code https://github.com/shapecode/fut-api
Issues 10 https://github.com/shapecode/fut-api/issues
Pull requests 2 https://github.com/shapecode/fut-api/pulls
Actions https://github.com/shapecode/fut-api/actions
Projects https://github.com/shapecode/fut-api/projects
Security and quality 0 https://github.com/shapecode/fut-api/security
Insights https://github.com/shapecode/fut-api/pulse
Code https://github.com/shapecode/fut-api
Issues https://github.com/shapecode/fut-api/issues
Pull requests https://github.com/shapecode/fut-api/pulls
Actions https://github.com/shapecode/fut-api/actions
Projects https://github.com/shapecode/fut-api/projects
Security and quality https://github.com/shapecode/fut-api/security
Insights https://github.com/shapecode/fut-api/pulse
Server returns 403 Forbidden error on auth stephttps://github.com/shapecode/fut-api/issues/8#top
https://github.com/shafeey
shafeeyhttps://github.com/shafeey
on Jan 15, 2020https://github.com/shapecode/fut-api/issues/8#issue-550059196
https://utas.external.s2.fut.ea.com:443/ut/auth?client=webcomphttps://utas.external.s2.fut.ea.com:443/ut/auth?client=webcomp
fut-api/src/Api/AbstractCore.phphttps://github.com/shapecode/fut-api/blob/4df924ca96e4f33ae6811f576c0e8c3fa599d6f5/src/Api/AbstractCore.php#L313
4df924chttps://github.com/shapecode/fut-api/commit/4df924ca96e4f33ae6811f576c0e8c3fa599d6f5
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.