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

SAS9 Multiple redirections #747

Open
medjedovicm opened this issue Aug 23, 2022 · 1 comment
Open

SAS9 Multiple redirections #747

medjedovicm opened this issue Aug 23, 2022 · 1 comment

Comments

@medjedovicm
Copy link
Member

When a request is redirected more than once, the request body is lost.

One scenario (more are possible) where that is a critical issue:

  • SAS9
  • debug on
  • debug flag is not passed to the final request after redirections
  • SAS returns pure JSON response (without webout begin/end tags)
  • Adapter expects those tags since debug is on
  • App fails because of JS error
@allanbowe
Copy link
Member

If the client has SSO, one mechanism to avoid the loss of URL params during the redirects is to force an initial SAS connection in the <head>, eg (dirty hack alert, but it works):

<link rel="stylesheet" href="/SASStoredProcess/">

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