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 has been archived by the owner on May 9, 2022. It is now read-only.
The old one (from your 404'd blog) http://[SDXdomain]/WebStore/Account/SDMAuthorize.aspx?oiopu=[oiopu]&f=[fileID]&oiop=[oiop]&dl=[dlSelect] (not .ashx)
Results in
The current download configuration has changed. You need to remove this client from your machine and download again from the webstore; you can find your download from the Your Account section of the site once you have signed into the system.
As that new client crashes for me, I was trying this project.
Anyone able to get a new URL?
The text was updated successfully, but these errors were encountered:
You can try sniffing the request using developer tools in you browser. When I did the reverse engineering of original SDM, opening link from SDX file in ordinary browser, not SDM and clicking Download generated the request, but in UI nothing happened. Then, in returned XML there was everything necessary to download and decrypt file locally.
Try /WebStore/Account/SdmAuthorizeSDCN.ashx that the request would be <information> <oiopua>xxxxx-xxx-xxx-xxx</oiopua> <linkAvailable>1</linkAvailable> <errorTextKey/> <invokeExternalDownload>0</invokeExternalDownload> <fileUrl> <![CDATA[ http://software.dreamspark.com/dreamspark/ENGLISH/xx-xx-x.01.sdc ]]> </fileUrl> </information>
it can be noticed that edv didnt response
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The old one (from your 404'd blog)
http://[SDXdomain]/WebStore/Account/SDMAuthorize.aspx?oiopu=[oiopu]&f=[fileID]&oiop=[oiop]&dl=[dlSelect]
(not.ashx
)Results in
As that new client crashes for me, I was trying this project.
Anyone able to get a new URL?
The text was updated successfully, but these errors were encountered: