For reference the PR is ... https://github.com/swagger-api/swagger-ui/pull/3276
On Thu, Jun 22, 2017 at 2:02 PM Josh Ponelat <[email protected]> wrote: > HI Santosh, > > The case where you only receive a single char in the text input. Is a very > recent bug, that has a pending PR on it. I imagine it'll get merged today, > it was an oversight. One which we hope testing will catch in the future. > Apologies for that. > > Josh Ponelat > > On Thu, Jun 22, 2017 at 1:35 PM Santosh Ghalsasi < > [email protected]> wrote: > >> Hi, >> Update : >> While trying to resolve the https to http issue I had taken latest files >> for UI from git and tried to see if that helps. When I imported the new >> files on sharepoint it started working but later it is not accepting any >> text in the text boxes that we see in try it out functionality. It only >> accepts a single letter in body text box. It works on the browser of few of >> my team members properly but not on other's browsers. We restored the old >> file but the issue still persists. We tried restating machine and clearing >> browser cache, etc,. No use so far. Has anyone experienced this issue? >> >> Regards, >> Santosh >> >> >> On Thursday, 22 June 2017 10:50:35 UTC+1, Santosh Ghalsasi wrote: >> >>> Hi Ron, >>> Thank you for your reply. We are trying to mimic a dev portal like >>> experience on sharepoint. We have our swagger specs imported on the >>> sharepoint portal and want to enable connection between the sharepoint and >>> our API gateway to enable try it out option. While testing the 'try it out' >>> option we encountered 'Access Denied' error. the investigation lead to two >>> things - >>> 1. Find out if the curl command that swagger UI creates calls the API >>> directly or via the sharepoint server. This would help us find out if there >>> is a connectivity issue between sharepoint and API gateway. >>> 2. The curl command that swagger prepares is creating a 'http' call >>> instead of 'https', although we have mentioned only https in the spec's >>> schemes section. We know that from normal swagger ui(which is on swagger's >>> website) we are able to reach to API gateway. CORS is also enabled on >>> gateway but we will have to add the sharepoint domain for enabling hits >>> from this portal. We will be able to do that once we establish connection. >>> >>> Now that we know about swagger UI calls the curl via browser, we want to >>> find the solution for second problem. >>> >>> I hope this is clear now. Can you please help and let me know how can we >>> resolve the second issue. Also correct me if I am missing any step/point. >>> >>> Cheers, >>> Santosh >>> >>> On Wednesday, 21 June 2017 18:15:30 UTC+1, Ron wrote: >>> >>>> Hello Santosh, >>>> >>>> >>>> >>>> You don’t really describe the problem when you use the try it out >>>> functionality, so it’s difficult to suggest a course of action. >>>> >>>> What exactly is happening? >>>> >>>> In general, only CORS needs to be enabled. >>>> >>>> The calls made by swagger-ui are made at the *browser* not the hosting >>>> server. >>>> >>>> >>>> >>>> *From: *<[email protected]> on behalf of Santosh Ghalsasi >>>> <[email protected]> >>>> *Reply-To: *"[email protected]" < >>>> [email protected]> >>>> *Date: *Wednesday, 21 June 2017 at 3:04 >>>> *To: *Swagger <[email protected]> >>>> *Subject: *Using swagger UI on sharepoint portal >>>> >>>> >>>> >>>> Hi All, >>>> >>>> We are trying to explore the possibility of using sharepoint as a >>>> repository for our all swagger specs. We have uploaded swagger specs >>>> and swagger UI on a sharepoint page and are able to see specs rendered as >>>> UI on the portal. The problem we are facing is with the 'try it out' >>>> functionality. Unlike the regular swagger portal, we are not able to >>>> connect from sharepoint to our API platform to enable end to end try it out >>>> functionality. I wanted to know if swagger UI directly calls the curl from >>>> browser or from the a web server where the UI is hosted. Also if we need to >>>> take care of any other thing, apart from CORS, to properly enable >>>> this.Really appreciate the help here. >>>> >>>> >>>> >>>> Regards, >>>> >>>> Santosh >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Swagger" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>>> -- >> You received this message because you are subscribed to the Google Groups >> "Swagger" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
