Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XSRF check failed error #10

Closed
ThatGuySam opened this issue Jan 18, 2019 · 10 comments
Closed

XSRF check failed error #10

ThatGuySam opened this issue Jan 18, 2019 · 10 comments

Comments

@ThatGuySam
Copy link

First off, thanks for building this for free so I don't have to pay $10/month to some random software company on the internet.

I'm getting the following error

screenshot 2019-01-18 10 02 47

MacOS Mojave 10.14.2
Chrome 71.0.3578.98
Toggle Chrome Plugin 1.19.1

I'm not really sure what else context you may need.

@fyyyyy
Copy link
Owner

fyyyyy commented Jan 20, 2019

Can you install the latest version of the plugin ?

@ThatGuySam
Copy link
Author

Looks like you got it to work!!

screenshot 2019-01-20 13 35 50

@ThatGuySam
Copy link
Author

I did notice another small bug.

I get this error whenever I try to record a time less than 1 minute

screenshot 2019-01-20 13 31 15

@fyyyyy
Copy link
Owner

fyyyyy commented Jan 21, 2019

It was fixed long time ago :)
You had a very old version like 1 year old. Where did you find this ?

@fyyyyy fyyyyy closed this as completed Jan 21, 2019
@maartendeblock
Copy link

I also have the "XSRF check failed error" message. Installed version of the plugin is 2.1.2 found at https://chrome.google.com/webstore/detail/toggl-to-jira/anbbcnldaagfjlhbfddpjlndmjcgkdpf/

How can I solve it?

Tnx

@maartendeblock
Copy link

I also have the "XSRF check failed error" message. Installed version of the plugin is 2.1.2 found at https://chrome.google.com/webstore/detail/toggl-to-jira/anbbcnldaagfjlhbfddpjlndmjcgkdpf/

How can I solve it?

Tnx

Restarting the browser fully solved the problem.

@dguntin
Copy link

dguntin commented Oct 17, 2019

I have the same problem with XSRF check failed error
Im using
image

tnx

@fyyyyy
Copy link
Owner

fyyyyy commented Oct 17, 2019

make sure you are logged in to toggl and jira. Then reload the jira and toggl pages so they update their tokens.
If not, restart the browser

@so2liu
Copy link

so2liu commented Sep 7, 2020

make sure you are logged in to toggl and jira. Then reload the jira and toggl pages so they update their tokens.
If not, restart the browser

Hi fyyyyy,

sorry to interrupt you. I am a web developer and now working on a tool about jira for my company. I am facing the same problem 403 XSRF check failed. When I send POST request in browser (localhost), I get 403. However, when I use Postman, it will succeed.

I've tried User-Agent, "X-Atlassian-Token": "nocheck" / "no-check", but neither works. I am using basic auth.

I searched and it looks like you've solved it. Could you tell me how did you do it?

Thank you very much!

Yang Liu

@jhelmink
Copy link
Contributor

jhelmink commented Sep 7, 2020

When I send POST request in browser (localhost)

If you are logged in to both Jira and Toggl the plugin will work, if you are trying to manually make the Jira API calls you might be bypassing the request interception that happens in the background when the plugin is loaded;
https://github.com/fyyyyy/Toggl-to-Jira-Chrome-Extension/blob/master/background.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants