You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In DefaultPowerschoolClient, you use the Jsoup object to scrape the site. However, I need to add a referrer. This, for me, is an issue, because, without it, I do not believe that I can connect.
Please provide an optional argument in DefaultPowerschoolClient#performLoginPost(String, String) of the type org.jsoup.Jsoup to override the default one.
Alternatively, I presume that I could implement PowerschoolClient, but if I do not have to, I'd rather not.
The text was updated successfully, but these errors were encountered:
In DefaultPowerschoolClient, you use the Jsoup object to scrape the site. However, I need to add a referrer. This, for me, is an issue, because, without it, I do not believe that I can connect.
Please provide an optional argument in
DefaultPowerschoolClient#performLoginPost(String, String)
of the typeorg.jsoup.Jsoup
to override the default one.Alternatively, I presume that I could implement PowerschoolClient, but if I do not have to, I'd rather not.
The text was updated successfully, but these errors were encountered: