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

Campaigns/ Mailing - incorrect URL when using HTTPS #119

Closed
w3devpro opened this issue Feb 27, 2021 · 0 comments
Closed

Campaigns/ Mailing - incorrect URL when using HTTPS #119

w3devpro opened this issue Feb 27, 2021 · 0 comments

Comments

@w3devpro
Copy link
Member

1. ISSUE/ BUG/ ERROR

a. Expected Behaviour

If a message is created and send to invite people to take part in an SP generated survey the correct URL should be used in the autogenerated message.

b. Actual Behaviour

When running SP on IIS and SSL/ HTTPS is activated the autogenerated link in the invitation message is incorrect. Instead of HTTPS the link shows HTTP.

c. Steps to Reproduce Behaviour

  1. Install SP on IIS and activate SSL
  2. create a survey and go to campaigns/ messages
  3. the autogenerated URL in the message is incorrect (showing http instead of https)

d. Possible Cause and/or Solution

the link is in part created in the XML language files (http) and in part in the codebehind; the XML file only uses http as part of the link; solution: the entire link should be generated from the codebehind;

Workaround:

  • manually adjust the XML file: change http to https
  • manually edit the link in the message editor (source) before sending

e. Technical Specifications

  • Version of Survey Project: SP 2.4
  • Type of Device (pc, laptop, tablet, mobile): any
  • Browser Type & Version: any
  • Operating System: any

f. Context (Environment)


@w3devpro w3devpro added this to the SP v. 2.5 Release milestone Feb 27, 2021
@w3devpro w3devpro moved this from To Do to Done in SP Development - V. 2.5 Feb 27, 2021
@w3devpro w3devpro self-assigned this Feb 27, 2021
@w3devpro w3devpro moved this from Done to Committed (sp_25_dev) in SP Development - V. 2.5 Mar 1, 2021
@w3devpro w3devpro moved this from To Do to In Progress in SP v. 2.5 - QA/Testing Project Mar 1, 2021
@w3devpro w3devpro moved this from In Progress to Done in SP v. 2.5 - QA/Testing Project Mar 1, 2021
@w3devpro w3devpro closed this as completed Mar 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant