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

Add a Request Prefix to Options so that we don't rely always on Request.Scheme or Request.Host. #239

Merged
merged 2 commits into from
Jun 13, 2018

Conversation

pdsrebelo
Copy link

@pdsrebelo pdsrebelo commented Jun 4, 2018

We're developing an application that relies on how this variable is being used internally and would like it to be an Option for those who want to set it beforehand.

The issue at the moment is that Request.Scheme and Request.Host are not exactly following what is standard and we end up with an incorrect "redirect_uri" on the query string that is sent to the Twitch API.

This change will only add a small option to those that need to change this parameter.

@TerribleDev
Copy link
Owner

Hello,

I'm traveling atm and won't be back until Friday. If I do not respond to your PR after Friday feel free to ping this thread.

@pdsrebelo
Copy link
Author

Bump as requested :)

@TerribleDev
Copy link
Owner

Looks good, thanks for the bump...I'll try to deploy this later tonight when I get home. Sorry for dealing with my travel and what not.

@TerribleDev TerribleDev merged commit 05cd9a4 into TerribleDev:master Jun 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants