Release Notes for 343

It should be enabled already.

2 Likes

wait wot?

On mobile so canā€™t test right away, but claims on the Wiki itā€™s not. Will check asap on desktop

In the past you could not submit requests to the Roblox website, but it appears you now can with RequestAsync, is this intentional or will it be removed?

7 Likes

Iā€™d assume since we can set our own Headers and have a fully functional API now that it should no longer be a problem. In the past, I think it had to due with the fact we couldnā€™t modify headers and thus the requests were ā€œauthenticatedā€ cause they came from the ROBLOX Game Servers. Hopefully, this update will solve that ā€¦

Did I guess right?

This would suggest otherwise

Guess weā€™ll find out. It is 2018 now
:man_shrugging:

Oh my, true support for the REST paradigm? This is wonderful. Time for me to redo some very sketchy simulations of delete requests using a post commandā€¦

1 Like

We arenā€™t really updating the wiki anymore.
The documentation should be available on robloxdev.com soon.

Also I believe we had to disable it because of an exploit.

1 Like

Is there an ETA on when this will be reenabled? A feature of mine Iā€™ve been wanting to implement for a long time into a project heavily depends on this. I was hoping for a weekend release, rip that I guess.

1 Like

A table/dictionary forā€¦ four arguments??? Who makes this stuffā€¦?

I really donā€™t intend to sound rude or question people who definitely get paid more than me to work on this stuffā€¦ but the API is so all over the place with each update that it honestly just gets confusing. Arguments should be supplied to you as arguments like the other HttpService methods, not a table of arguments!

1 Like

Just to reiterate, the trust check was disabled due to an exploit or something else was?

2 Likes

Would it be possible for the API reference page to include a couple of short usage examples?

Iā€™ve been playing with this feature and thought that I passed in a Lua dictionary to this parameter, but got back an "Unable to cast to dictionary" error. So, now Iā€™m a little confused about where Lua draws the line between table, dictionary, and array.

2 Likes

The arguments are optional and all over the place. If you look at any other REST-ful HTTP client on the internet, this is pretty much how they do it too. Maybe people donā€™t like having to plug in default values for arguments that they know they arenā€™t going to use? Using a dictionary provides far more flexibility, and I think we should be using it for more stuff (like the TeleportService, whose API is all over the place right now).

2 Likes

Any idea on that ETA? Not trying to be pushy here or anything, but Iā€™d like to have an idea of how long this feature is delayed so I can inform my community accordingly. Theyā€™ve been waiting for the feature this depends on for quite some time now

rip?

7 Likes

RequestAsync seems to be enabled.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.