Tuesday, 25 April 2017

Get requests for a .js file I'm hosting

I've built and post myself a JavaScript file that my partner site is forming a GET request.

The GET looks like this .... folder/myfile.js?User=blabla

Is it true that you can meaningfully pass a parameter in a git to a file such as this?

On my side I'm hosting using note.js.

How can I capture the value of user and still serve the content of myfile.js to the response?



via Steve

No comments:

Post a Comment