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

[Fix] U3d::Utils: replace Ruby agent with another one to bypass 403 from Unity #434

Merged
merged 1 commit into from
Jan 4, 2023

Conversation

niezbop
Copy link
Member

@niezbop niezbop commented Nov 29, 2022

Pull Request Checklist

  • My pull request has been rebased on master
  • I ran bundle exec rspec to make sure that my PR didn't break any test
  • I ran bundle exec rubocop to make sure that my PR is inline with our code style
  • I have read the code of conduct

Pull Request Description

Fixes #433

Unity has started blocking the default Ruby agent, which leads u3d to face 403 Forbidden when making requests to their system. This makes it so that our ongoing requests use Mozilla's browser agent to bypass this issue.

@niezbop niezbop requested a review from lacostej November 29, 2022 09:21
@niezbop niezbop self-assigned this Nov 29, 2022
@Foggzie
Copy link

Foggzie commented Dec 7, 2022

@niezbop @lacostej Any news on this one? We'd love to have this in an official version soon.

@Foggzie
Copy link

Foggzie commented Jan 3, 2023

@niezbop @lacostej Just hoping for any updates here?

@niezbop
Copy link
Member Author

niezbop commented Jan 4, 2023

Sorry for the delay. Was waiting for @lacostej and forgot about u3d after that. Merging now and releasing soon.

@niezbop niezbop merged commit 2708567 into DragonBox:master Jan 4, 2023
@niezbop niezbop deleted the fix/http/browser_agent branch January 4, 2023 17:25
@Foggzie
Copy link

Foggzie commented Jan 4, 2023

@niezbop This works great! Thanks for the fix.

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

Successfully merging this pull request may close these issues.

u3d available getting a 403
2 participants