Re: implementing download using a url call

2014-03-28 Thread tanmay . kansara
Hey Sorry, I should make it more clear. We had a 3rd party that was serving stub builds and they have their URLs on various pages(random sites). We control the sub-domain, so i can send that traffic to wherever I want. I am looking to create logic that takes that incoming parameter and serves a

Re: implementing download using a url call

2014-03-27 Thread Chris Angelico
On Fri, Mar 28, 2014 at 12:34 PM, wrote: > Hey Guys, > > here is what I am trying to solve. > > I have a URL - somesite.com/server/pattern.x?some_more_stuff > > This URl is out there as an href tag on users website. Is there a way in > which I can serve a file(not from my server) while ensuring

implementing download using a url call

2014-03-27 Thread tanmay . kansara
Hey Guys, here is what I am trying to solve. I have a URL - somesite.com/server/pattern.x?some_more_stuff This URl is out there as an href tag on users website. Is there a way in which I can serve a file(not from my server) while ensuring that the users remain on the third party website. I am