Yes, one of my first attempts to fix the DDoS problem caused the second problem, rolled that back and now it seams ok.
website is having trouble
Moderator: FSAirlines Staff
- joefremont
- FSAirlines Developer
- Posts: 3852
- Joined: Tue May 16, 2006 5:46 am
- Location: KSFO
Re: website is having trouble
I've sworn an oath of solitude until the pestilence is purged from the lands.
Re: website is having trouble
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
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 ?
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 ?
- joefremont
- FSAirlines Developer
- Posts: 3852
- Joined: Tue May 16, 2006 5:46 am
- Location: KSFO
Re: website is having trouble
I had to turn off HTTP access to the site, try updating your URL's so that they start with https://. instead of http://
I've sworn an oath of solitude until the pestilence is purged from the lands.
Re: website is having trouble
Oh, well ! I'll try that, thank you !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://
Re: website is having trouble
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
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.
- joefremont
- FSAirlines Developer
- Posts: 3852
- Joined: Tue May 16, 2006 5:46 am
- Location: KSFO
Re: website is having trouble
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.ke7zum wrote: ↑Sun Jul 03, 2022 2:29 amOk, 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.
I've sworn an oath of solitude until the pestilence is purged from the lands.
Re: website is having trouble
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.
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.
- joefremont
- FSAirlines Developer
- Posts: 3852
- Joined: Tue May 16, 2006 5:46 am
- Location: KSFO
Re: website is having trouble
Unfortunately the page that link goes to says not found.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.
I've sworn an oath of solitude until the pestilence is purged from the lands.
Re: website is having trouble
Here you go. Sorry about that.joefremont wrote: ↑Mon Jul 04, 2022 4:50 pmUnfortunately the page that link goes to says not found.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.
https://www.dropbox.com/s/72yemldfa3j1a ... M.png?dl=1
I have no clue what happened when I uploaded that to we transfer.
- joefremont
- FSAirlines Developer
- Posts: 3852
- Joined: Tue May 16, 2006 5:46 am
- Location: KSFO
Re: website is having trouble
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?
I've sworn an oath of solitude until the pestilence is purged from the lands.
Re: website is having trouble
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.
<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.