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

Return the connection string instead of the connection URL #22

Merged
merged 1 commit into from
May 29, 2022

Conversation

shankari
Copy link
Contributor

This allows us to construct relative URLs by appending strings
instead of using the relative URL method, which doesn't work if the base URL is
a URL as opposed to just a hostname.

e-mission/e-mission-docs#732 (comment)

This allows us to construct relative URLs by appending strings
instead of using the relative URL method, which doesn't work if the base URL is
a URL as opposed to just a hostname.

e-mission/e-mission-docs#732 (comment)
@shankari shankari merged commit df2e225 into e-mission:master May 29, 2022
shankari added a commit to e-mission/e-mission-phone that referenced this pull request May 29, 2022
This is a fix for the issue where the relative URL code on iOS doesn't work per
documentation.

Relative URL doesn't work: e-mission/e-mission-docs#732 (comment)
Appending strings does work: e-mission/e-mission-docs#732 (comment)

Includes fixes to:
- connection settings to return a string instead of a URL
    e-mission/cordova-connection-settings#22
- server-communication and server-sync to concatenate directly using strings
  instead of using a relative URL
    e-mission/cordova-server-communication#30
    e-mission/cordova-server-sync#52
shankari added a commit to e-mission/e-mission-devapp that referenced this pull request May 30, 2022
This is a fix for the issue where the relative URL code on iOS doesn't work per
documentation.

Relative URL doesn't work: e-mission/e-mission-docs#732 (comment)
Appending strings does work: e-mission/e-mission-docs#732 (comment)

Includes fixes to:
- connection settings to return a string instead of a URL
    e-mission/cordova-connection-settings#22
- server-communication and server-sync to concatenate directly using strings
  instead of using a relative URL
    e-mission/cordova-server-communication#30
    e-mission/cordova-server-sync#52
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

Successfully merging this pull request may close these issues.

1 participant