You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 27, 2022. It is now read-only.
i want to add bücher.de as partner, but there seems to be some small problem.
The links should be alright, but the login won't work, the cookie is not passed (error around line 255) and you only see login screen without any error and of course without being logged in.
I could not manage to get it to work, as I said the links should be alright, but somehow bücher.de rejects the login POST request - maybe some kind of randomly generated token missing?
I hope you can help. Account can be created for free.
The script must first GET the Login Page.
"GET", "/go/my_dry/my_login/receiver_object/my_login/
And then POST
"POST", "/go/my_dry/my_login/receiver_object/my_login/" &"form_send=1&form%5Blogin%5D=" & $mail & "&form%5Bpassword%5D=" & $pass )
After that you must GET the following
"GET", "/oauth2/authorize?client_id=dte_ereader_app_01&response_type=code&scope=ebook_library&redirect_uri=https%3A%2F%2Fwebreader.mytolino.com%2Flibrary%2F&x_buecherde.skin_id=de_dte_tolino")
Now Buecher.de redirects you to https://webreader.mytolino.com/library/?code=CODE
At the moment i fail the upload at my AutoIt Script with the header:
{"ResponseInfo":{"serviceName":"generic[*]","responseStatus":-113,"message":"m_id-Header is missing.","requestId":"REQUEST ID"}}
@aquisx - Thanks so far. Were you able to get it to work later?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
i want to add bücher.de as partner, but there seems to be some small problem.
The links should be alright, but the login won't work, the cookie is not passed (error around line 255) and you only see login screen without any error and of course without being logged in.
I could not manage to get it to work, as I said the links should be alright, but somehow bücher.de rejects the login POST request - maybe some kind of randomly generated token missing?
I hope you can help. Account can be created for free.