Bug 439874 - Add support to handle http status code 410
Summary: Add support to handle http status code 410
Status: REPORTED
Alias: None
Product: libalkimia
Classification: Frameworks and Libraries
Component: General (show other bugs)
Version: 8.1.0
Platform: Other All
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-15 09:01 UTC by Ralf Habacker
Modified: 2021-07-15 09:01 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Habacker 2021-07-15 09:01:37 UTC
SUMMARY
On access to http://finanztreff.de/kurse_einzelkurs_detail.htn?u=100&i=ORCL the response code is

  [11436] kf5.kio.kio_http: ============ Received Status Response:
  [11436] kf5.kio.kio_http: "HTTP/1.1 410 Gone"
  [11436] kf5.kio.kio_http: QUrl("http://finanztreff.de/kurse_einzelkurs_detail.htn?u=100&i=ORCL") response code:  410 previous response code: 0

indicating that the service isn't available anymore. This should be handled by alkimia on fetching online quotes, e.g. by informing the user about that state.