-
Notifications
You must be signed in to change notification settings - Fork 9k
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
Removing ":port" from Request URL #2236
Comments
Is it using a standard port? What does your |
my base path looks like {{server_proto}}://{{server_ip}}/{{api_url}}. but they come out as |
oops. yes* a standard port. |
OK got it. I think this was introduced recently with swagger-js 2.1.15. Could you please open an issue in that project and it'll get fixed? |
Okay, I'll wait in the meantime. Thanks! |
Fixed. In shred.bundle.js.
you can take out the colon from %s://%s%s%s |
I'm on swaggerVersion: "1.2" right now and when I send a request URL, it sends a
"https://{server_ip}:{port}/....."
How do I get rid of the ":{port}" values from the Request URL?
The text was updated successfully, but these errors were encountered: