Re: TS-4724 & PR-859 : To remove host name from GET request send to next-tier

2016-08-19 Thread James Peach
> On Aug 19, 2016, at 8:09 AM, Shu Kit Chan wrote: > > Or another way to put it - can we achieve this with existing C APIs? Although efficient APIs to convert requests between absolute and relative forms could be useful. I have a plugin that manipulates the outgoing request and ends up with a

Re: TS-4724 & PR-859 : To remove host name from GET request send to next-tier

2016-08-19 Thread Shu Kit Chan
Or another way to put it - can we achieve this with existing C APIs? If yes, then we can put that in a lua API. Thanks. Kit On Fri, Aug 19, 2016 at 8:07 AM, James Peach wrote: > >> On Aug 15, 2016, at 10:50 AM, BONUMAHANTI, RAJENDRA KISHORE >> wrote: >> >> Hi, >> >> I have added a new API "TS

Re: TS-4724 & PR-859 : To remove host name from GET request send to next-tier

2016-08-19 Thread James Peach
> On Aug 15, 2016, at 10:50 AM, BONUMAHANTI, RAJENDRA KISHORE > wrote: > > Hi, > > I have added a new API "TSUrlRemoveHostName()" to InkAPI.cc to remove host > name from the GET send to next tier. Refer TS-4724 & PR-859 for more > information. > > Create a new lua API "ts.server_request.rem