susanBuck / e15-spring21

1 stars 0 forks source link

GET vs POST for project 1 #10

Closed caronee closed 3 years ago

caronee commented 3 years ago

I guess I should have asked this earlier, but were we supposed to use GET or POST for project 1?

susanBuck commented 3 years ago

Either is fine.

zrashidharvard2020 commented 3 years ago

I believe the POST method is secured as it does not show the value on browser address bar as query string . For project 1 , any of the method can be used since it does not require any secure options.