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

build_secuTrial_url() not generic enough #263

Closed
pianeu opened this issue May 16, 2024 · 0 comments
Closed

build_secuTrial_url() not generic enough #263

pianeu opened this issue May 16, 2024 · 0 comments

Comments

@pianeu
Copy link

pianeu commented May 16, 2024

Describe the bug
If you want to generate a URL with the build_secutrial_url function, this no longer works for our instance due to the hardcoding of apps/ :

... sT_url <- paste0(sT_url, "apps/WebObjects/", instance) ...

To Reproduce
Steps to reproduce the behavior:

secuTrialR::build_secuTrial_url(server = "secutrial.dkfbasel.ch/", instance = "ST21-productive-DataCapture", customer = "XXX")

Generates the following link, for example:
https://secutrial.dkfbasel.ch/apps/WebObjects/ST21-productive-DataCapture.woa/wa/choose?customer=XXX

Expected behavior

This would be correct:
https://secutrial.dkfbasel.ch/prod1/WebObjects/ST21-productive-DataCapture.woa/wa/choose?customer=XXX

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

2 participants