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

Wrong Format in SetSoftApSettingsAsync #280

Open
TWensky opened this issue Dec 4, 2017 · 3 comments
Open

Wrong Format in SetSoftApSettingsAsync #280

TWensky opened this issue Dec 4, 2017 · 3 comments
Assignees

Comments

@TWensky
Copy link

TWensky commented Dec 4, 2017

In the method SetSoftApSettingsAsync in file IoTOnboarding.cs the format string is incorrect:
await this.PostAsync(
SoftAPSettingsApi,
string.Format("SoftApEnabled= ...
it must be
await this.PostAsync(
SoftAPSettingsApi,
string.Format("SoftAPEnabled= ...

@hpsin
Copy link
Contributor

hpsin commented Dec 4, 2017

Hi TWensky - are you saying that it fails with 'Ap'? The REST API handler at the other end should be case-insensitive, so this would be a bug in Device Portal itself (with a compat fix needed here as well).

@TWensky
Copy link
Author

TWensky commented Dec 4, 2017 via email

@hpsin
Copy link
Contributor

hpsin commented Dec 4, 2017

Thanks for the clarification! @namkedia can you repro this internally and put in a fix here and in WDP on IoT?

@namkedia namkedia mentioned this issue Jul 10, 2018
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

3 participants