Page 3 of 3

Re: website is having trouble

Posted: Tue Jun 21, 2022 7:50 pm
by joefremont
phlippo wrote:
Tue Jun 21, 2022 7:01 pm
fleet operations are working again! very nice! :D
Yes, one of my first attempts to fix the DDoS problem caused the second problem, rolled that back and now it seams ok.

Re: website is having trouble

Posted: Fri Jun 24, 2022 5:44 pm
by ke7zum
I still need to get to the main website with https:// and this forum by putting in https:// or the page will not exist. I was going to report all of this but glad someone beat me to it. Thanks OP.

Re: website is having trouble

Posted: Fri Jun 24, 2022 10:09 pm
by Daeron
Hello Joe,

It seems that the API for integration on websites isn't working anymore since 20th of June.
When I call the API it doesn't even answer with an error message but nothing.
Do you have any solution, please ?

Re: website is having trouble

Posted: Fri Jun 24, 2022 11:16 pm
by joefremont
Daeron wrote:
Fri Jun 24, 2022 10:09 pm
Hello Joe,

It seems that the API for integration on websites isn't working anymore since 20th of June.
When I call the API it doesn't even answer with an error message but nothing.
Do you have any solution, please ?
I had to turn off HTTP access to the site, try updating your URL's so that they start with https://. instead of http://

Re: website is having trouble

Posted: Fri Jun 24, 2022 11:18 pm
by Daeron
joefremont wrote:
Fri Jun 24, 2022 11:16 pm
I had to turn off HTTP access to the site, try updating your URL's so that they start with https://. instead of http://
Oh, well ! I'll try that, thank you ! :D

Re: website is having trouble

Posted: Sun Jul 03, 2022 2:22 am
by ke7zum
I'll also try that as my script blew up a few weeks ago when internally testing before going live with the site for CPD. I was worried I broke it, but glad to know I didn't brake it this time. I am a bit of a clutz.

Re: website is having trouble

Posted: Sun Jul 03, 2022 2:29 am
by ke7zum
Daeron wrote:
Fri Jun 24, 2022 10:09 pm
Hello Joe,

It seems that the API for integration on websites isn't working anymore since 20th of June.
When I call the API it doesn't even answer with an error message but nothing.
Do you have any solution, please ?
Ok, I just replaced the https, and it works mostly. thanks for that. however when I go to book a flight after I log in I get the error that I'm trying to reach somewhere private and I"m given the option to log in. Once I do that I'm taken back to the main page where if I try and book a flight, repeat. Is this also broken for now? Thanks.

Re: website is having trouble

Posted: Sun Jul 03, 2022 4:23 pm
by joefremont
ke7zum wrote:
Sun Jul 03, 2022 2:29 am
Daeron wrote:
Fri Jun 24, 2022 10:09 pm
Hello Joe,

It seems that the API for integration on websites isn't working anymore since 20th of June.
When I call the API it doesn't even answer with an error message but nothing.
Do you have any solution, please ?
Ok, I just replaced the https, and it works mostly. thanks for that. however when I go to book a flight after I log in I get the error that I'm trying to reach somewhere private and I"m given the option to log in. Once I do that I'm taken back to the main page where if I try and book a flight, repeat. Is this also broken for now? Thanks.
First i have heard about anything like that, this on the main website or on your site using the API? Only thing changed related tot he DDoS attack is http to https which should have no impact on the logic.

Re: website is having trouble

Posted: Sun Jul 03, 2022 5:10 pm
by ke7zum
this is via the API kit. I Have a screen cap located here.
https://we.tl/t-efGJGhRSfRk

Sorry. I'm not fancy enough to upload to a website. This is an internal test before it goes live. I am able to log on, see my salary but cannot book flights or access the rest of the back office.

Re: website is having trouble

Posted: Mon Jul 04, 2022 4:50 pm
by joefremont
ke7zum wrote:
Sun Jul 03, 2022 5:10 pm
this is via the API kit. I Have a screen cap located here.
https://we.tl/t-efGJGhRSfRk

Sorry. I'm not fancy enough to upload to a website. This is an internal test before it goes live. I am able to log on, see my salary but cannot book flights or access the rest of the back office.
Unfortunately the page that link goes to says not found.

Re: website is having trouble

Posted: Tue Jul 05, 2022 3:10 am
by ke7zum
joefremont wrote:
Mon Jul 04, 2022 4:50 pm
ke7zum wrote:
Sun Jul 03, 2022 5:10 pm
this is via the API kit. I Have a screen cap located here.
https://we.tl/t-efGJGhRSfRk

Sorry. I'm not fancy enough to upload to a website. This is an internal test before it goes live. I am able to log on, see my salary but cannot book flights or access the rest of the back office.
Unfortunately the page that link goes to says not found.
Here you go. Sorry about that.

https://www.dropbox.com/s/72yemldfa3j1a ... M.png?dl=1
I have no clue what happened when I uploaded that to we transfer.

Re: website is having trouble

Posted: Tue Jul 05, 2022 6:40 am
by joefremont
I did look at the code for the remote interface and did find some old references to http which I updated to https, but I used the link to the dispatch office from the wiki and was able to book a flight, could it be in the code your running on your local host?

Re: website is having trouble

Posted: Wed Jul 06, 2022 4:00 pm
by ke7zum
No, I don't think so? I did change the code to https, for example

<iframe width="600" height="500" src="https://remote.fsairlines.net/v1/dispat ... [airlineID]">

<p>dispatch your flight plan here.</p>

</iframe>

of course replace the airline ID with yours. I could log in, see my stuff, then I got the permissions error when trying to book a flight. I don't think this is because "m internally testing this, on my own machine, as everything else seems to work.