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

Update the List Workflows route to fix nginx 307 #311

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

liamlego
Copy link

Description

The following PR removes the / in the List workflows route for pctasks server in order to avoid Temporary redirect.

When going to the pctasks workflows route with a / the expected unauthorized response is returned

image

However when we remove the / at the end of the path we get the following 404 due to a redirect to simply /workflows/

image

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Checklist:

  • I have performed a self-review

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

Successfully merging this pull request may close these issues.

2 participants