Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endpoints now gives 404. #101

Open
erik3rik opened this issue Nov 24, 2023 · 6 comments
Open

Endpoints now gives 404. #101

erik3rik opened this issue Nov 24, 2023 · 6 comments

Comments

@erik3rik
Copy link

Error
{
  statusCode: 404,
  statusMessage: 'Not Found',
  headers: {
    'content-type': 'text/html;charset=iso-8859-1',
    'content-length': '441',
    connection: 'keep-alive',
    'keep-alive': 'timeout=30',
    date: 'Fri, 24 Nov 2023 07:08:01 GMT',
    server: 'Apache',
    'cache-control': 'must-revalidate,no-cache,no-store',
    via: '1.1 mobileapp52.prod.aza.nu',
    
    [...]
    
'strict-transport-security': 'max-age=31536000'
  },
  body: '<html>\n' +
    '<head>\n' +
    '<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>\n' +
    '<title>Error 404 Not Found</title>\n' +
    '</head>\n' +
    '<body><h2>HTTP ERROR 404 Not Found</h2>\n' +
    '<table>\n' +
    '<tr><th>URI:</th><td>/_mobile/account/overview</td></tr>\n' +
    '<tr><th>STATUS:</th><td>404</td></tr>\n' +
    '<tr><th>MESSAGE:</th><td>Not Found</td></tr>\n' +
    '<tr><th>SERVLET:</th><td>se.avanzabank.rest.mobile.account.AccountModuleFacadeConfiguration</td></tr>\n' +
    '</table>\n' +
    '\n' +
    '</body>\n' +
    '</html>\n'
}

Happened after the Thursday update at Avanza 2023-11-23.

@jonasoreland
Copy link

same as #99 ?

@erik3rik
Copy link
Author

Not necessarily, as #99 was reported in April but the thing I reported above worked until the specified date in November. It may be related though, simply another instance of something that has moved but moved more recently.

@pkfms
Copy link

pkfms commented Nov 24, 2023

Same error. Started some time in the last month

@erik3rik
Copy link
Author

Similar, not the same. The request I tried DID work 3 days ago, 2023-11-22. If something happened last month (i.e. October) the problem is perhaps similar but not identical.

@pkfms
Copy link

pkfms commented Nov 24, 2023

sorry. to clarify, _mobile/account/overview did work a month ago and stopped working some time later. probably in the last few days as you said.

@jegt
Copy link

jegt commented Nov 24, 2023

It stopped working 2023-11-23 07:00 Swedish time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants