openml / openml-r

R package to interface with OpenML
http://openml.github.io/openml-r/
Other
95 stars 37 forks source link

Need to access APIKEY in Javascript #419

Closed grkulkarni closed 6 years ago

grkulkarni commented 6 years ago

Hello,

I have java script which checks apikey transmitted in URL so if apikey=ABC then code will perform task A and if it is PQR then it will perform task B.

Now I dont know how can i check apikey transmitted in URL by customer. Need Help...!!!

giuseppec commented 6 years ago

This is the issue tracker for the R package client. You probably want to ask your question here https://github.com/openml/OpenML . I am closing here, if you have an R related question, you can of course reopen.

joaquinvanschoren commented 6 years ago

Just as a quick reply: Is this really a question about OpenML or are you asking in general? In any case, you only get the API keys in the backend (server-side), so you can’t handle them with JavaScript (client-side). You have to handle this problem in the backend, thus running your own server and adapting it.

On Fri, 13 Jul 2018 at 09:16, Gajanan kulkarni notifications@github.com wrote:

Hello,

I have java script which checks apikey transmitted in URL so if apikey=ABC then code will perform task A and if it is PQR then it will perform task B.

Now I dont know how can i check apikey transmitted in URL by customer. Need Help...!!!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/openml/openml-r/issues/419, or mute the thread https://github.com/notifications/unsubscribe-auth/ABpQV8WD4WL7F9EhtAcTrH_nuMNkGgEhks5uGElogaJpZM4VOagq .

-- Thank you, Joaquin

grkulkarni commented 6 years ago

Hey Joaquin, I need to implement this on APIGEE platform to access particular KVM based on APIKEY transmitted in URL.

Thanks, GK

joaquinvanschoren commented 6 years ago

Sorry, I don’t see how this is related to OpenML