alexeiTruhin/wizzpricehistory

getPricesPeriod in Java

zgrzytojajeczny opened this issue · 0 comments

I am trying to getPricesPeriod but in Java. As I understood from your code firstable I should get "Set-Cookie" ak_bmsc from
https://be.wizzair.com/10.19.1/Api/information/buildNumber url.
Then I send request with json body and ak_bmsc as cookie with cutted last character to get prices period from https://be.wizzair.com/10.19.1/Api/search/timetable
but I don't obtain any response. Am I missing something?