-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Setting base url fail with error 400 #5081
Comments
@fosterseth you mind taking a look at this? I'll bet it's similar to the LDAP bug you recently fixed. |
@ryanpetrello yes it's same issue as the LDAP bug. We can either make a new Or more generally we can change some logic in class URLField that adds an |
I think this is probably a better idea going forward, and it probably makes sense to default |
Allow edit fields to custom credential types
ISSUE TYPE
SUMMARY
Whe have an internal dns with a domain like "org.les800"
when i'm trying to set the base url of the tower host with something like "tower.org.les800", it fail with an error 400 and url not valid
ENVIRONMENT
STEPS TO REPRODUCE
try an url like http://tower.org.les800 in settings/system
EXPECTED RESULTS
url for the base host set
ACTUAL RESULTS
got url with the name of the server instead
ADDITIONAL INFORMATION
The text was updated successfully, but these errors were encountered: