dmarx / dispatchr

Run R scripts from the command line in a persisted environment.
0 stars 0 forks source link

Switch to POST? #4

Open dmarx opened 7 years ago

dmarx commented 7 years ago

When I designed this, I made a conscious decision to use GET requests rather than POST requests. I'm not convinced this was the correct approach and I need to further think through the pros and cons. It probably makes little difference in the implementation but would ensure that sensitive data can be transmitted this way. I'm having trouble picturing when a system like this would pass sensitive data as a parameter, but I supposed it could happen.