Hi community!
This is my first time posting so please let me know if there's any information I should've included.
So my flow has been working excellently since I created it maybe 7 months ago, I work in recruitment so my flow is triggered when an email comes in when someone has applied for a job, the flow checks if the emails attachment contains 'Resume' in its name, if it does, I send a HTTP POST request with the emails information to my website that runs Php, it interprets the data and puts it into my DB, then I send a 200 status code if everything went well.
In the past 2 weeks I've noticed I've been getting two different errors, when I re-run either the failed flow or a previously successful flow I get the second error.
1. "Forbidden." with a status code of 403.
2. "BadRequest. Http request failed with status code 'ConnectFailure' and status message: 'Unable to connect to the remote server'."
It's been doing my head in because nothing has changed on my web server that could've caused this and my code is written so it will only send a 200 status code unless the token in the URL is incorrect, in that case it will return a 401 status code.
I've tried turning on some debugging on my website and even tried pointing my HTTP POST to a php script that only returns a 200 status code but I get the same error every time. From what I can tell the request never actually makes it to my script. I've tried sending an identical HTTP request with PostMan and it went through successfully.
I've copied in all the information I can think to include, I would really appreciate if anyone has some tips or suggestions that might help me resolve this.
Flow Structure:
Error Message 1:
Error Message 2:
Solved! Go to Solution.
My issue has been resolved!
It turned out that it wasn't an isolated flow issue, The company hosting my web server had misconfigured some BitNinja security settings which resulted in greylisting a wide range of IP's which included Microsoft Flow.
Hope this helps anyone who encounters the same issue.
If anyone ends up having the same issue, I think I must have hit the 2000 run limit on the free flow subscription.
It's been working fine since the month rolled over.
Hi @MattPeters ,
Can the flow run successful in this month(May) now?
If yes, I think the cause is what you have said that you have hit the 2000 run limit.
Best Regards,
Community Support Team _ Zhongys
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @v-zhos-msft ,
Thanks for getting back to me!
I thought the 2000 flow limit must have been the cause because it seemed to work fine on the 1st May, but today it's just given me Error 1 "Forbidden 403" again. I am certain we haven't gone over the 2000 flow limit.
I'm not very experienced with HTTP requests so this may just be the typical response for a 403 status, but I notice every time it returns 403 status code, in the output header that returns to my flow it has:
My issue has been resolved!
It turned out that it wasn't an isolated flow issue, The company hosting my web server had misconfigured some BitNinja security settings which resulted in greylisting a wide range of IP's which included Microsoft Flow.
Hope this helps anyone who encounters the same issue.
User | Count |
---|---|
92 | |
44 | |
21 | |
19 | |
17 |
User | Count |
---|---|
144 | |
51 | |
42 | |
40 | |
31 |