appsembler / xblock-grade-fetcher

Grade Fetcher XBlock
MIT License
2 stars 1 forks source link

needs http proxy to request `grader_endpoint` and `authentication_endpoint` #17

Closed OmarIthawi closed 2 years ago

OmarIthawi commented 2 years ago

prevents calling local server resources

amirtds commented 2 years ago

@OmarIthawi I need more details about this. It's not clear for me what we need to do. Thanks

amirtds commented 2 years ago

Should we use something like https://docs.python-requests.org/en/latest/user/advanced/#proxies to make request to the grader and auth endpoint ?

OmarIthawi commented 2 years ago

Yes @amirtds. I've written few more details in the Black Team task: https://appsembler.atlassian.net/browse/BLACK-2365

amirtds commented 2 years ago

Created #22 To cover this issue