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

IndexOutOfRange exception is thrown for RWS ODM data post request #102

Open
jamietao opened this issue Sep 26, 2024 · 1 comment
Open

IndexOutOfRange exception is thrown for RWS ODM data post request #102

jamietao opened this issue Sep 26, 2024 · 1 comment

Comments

@jamietao
Copy link

When sending the post request to RWS for ODM data creation, the MAuth core lib throw IndexOutOfRange exception.
Looking at the code, that is caused by the MAuthCoreExtensions does not handle this url query pattern properly.
The BuildEncodedQueryParams method requires the query parameter must follow the pattern key=value, but PostODMClinicalData is a special case, there is no '=' and value. (Url: RaveWebServices/webservice.aspx?PostODMClinicalData)

The BuildEncodedQueryParams method need to be updated to support this case.

@jamietao
Copy link
Author

One PR was created for that: #103

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