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

Unable to load admin page #71

Open
FredBesterwitch opened this issue Jun 1, 2018 · 0 comments
Open

Unable to load admin page #71

FredBesterwitch opened this issue Jun 1, 2018 · 0 comments

Comments

@FredBesterwitch
Copy link

FredBesterwitch commented Jun 1, 2018

Hi Im getting Unable to load admin page Exception

Magento.RestAPI version 1.0.4.0
Magento Enterprise ver. 1.14.2.2

The actual Admin url is https://www.mycompany.com/index.php/apples

Here is my code
IMagentoApi MagentoClient= new MagentoApi()
.SetCustomAdminUrlPart("apples")
.Initialize("https://www.mycompany.com", "XXXX.., "XXXX...")
.AuthenticateAdmin("XXX", "XXX");

Im getting an oauth token - see below
oauth_token=xbc8ab4ca48d7002cbcba4cb46533f75&oauth_token_secret=dec86400eac1aba2f27ccee0399787e2&oauth_callback_confirmed=true

but the next call -> https://www.mycompany.com/apples
When I checked fiddler, it's showing the login panel

Any Help appreciated

TIA

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

1 participant