Java Cookie auto manager -


i'm new java. , have troubles java's cookies. let me put it.

i want post json(paras username , password) server using api. if have login, can request other datas using api, have provide information using cookies. want methods python's cookiejar can manager cookies automatically.

so,i can post username , password http server using tools cookiejar firstly.then can other data using cookies requesting http api.

could me?


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -