Log message #4193555

# At Username Text
# Jul 16th 2019, 17:12 maxxstyle06 Because ajax shows all datas in browser
# Jul 16th 2019, 17:12 ricksaccous i'm actually probably not really qualified to help because my experience writing APIs is minimal and each time i made it very simplistic
# Jul 16th 2019, 17:12 maxxstyle06 But I’m afraid that ajax will show it
# Jul 16th 2019, 17:11 maxxstyle06 People suggested me jwt
# Jul 16th 2019, 17:11 ricksaccous lol
# Jul 16th 2019, 17:11 ricksaccous no i dunno
# Jul 16th 2019, 17:11 maxxstyle06 Modicrumb do you have an idea ?
# Jul 16th 2019, 17:11 maxxstyle06 Yes but it’s ajax for same domain not verify external urls
# Jul 16th 2019, 17:11 ricksaccous i think you can use tokens to verify whatever, doesn't have to be login
# Jul 16th 2019, 17:10 devito doesnt the cookbook have a way to post tokens via ajax? Could have sworn i seen that in there. Maybe you can leverage that?
# Jul 16th 2019, 17:10 maxxstyle06 My api doesnt need login
# Jul 16th 2019, 17:10 maxxstyle06 Yes but isn’t token just for login?
# Jul 16th 2019, 17:10 ricksaccous i dunno
# Jul 16th 2019, 17:10 ricksaccous create some token and send it over? verify it on the other side?
# Jul 16th 2019, 17:09 maxxstyle06 Now I’m trying to find for alternatives for those components
# Jul 16th 2019, 17:09 maxxstyle06 People will cheat
# Jul 16th 2019, 17:08 maxxstyle06 But it’s not secure you know
# Jul 16th 2019, 17:08 maxxstyle06 yes now I disabled components for that
# Jul 16th 2019, 17:08 ricksaccous disable the components for that action?
# Jul 16th 2019, 17:08 maxxstyle06 But I failed! For the first time !
# Jul 16th 2019, 17:08 maxxstyle06 This error drove me crazy :( I have been searching more than 1 month for solution
# Jul 16th 2019, 17:06 maxxstyle06 they are hard to deal with when trying to send external post request to domain
# Jul 16th 2019, 17:05 maxxstyle06 No it’s because of security + csrf components
# Jul 16th 2019, 16:57 itmpls you'd have to whitelist that domain or use JSONP or other possible solutions
# Jul 16th 2019, 16:57 itmpls XSS?
# Jul 16th 2019, 16:57 itmpls 'blackholed'
# Jul 16th 2019, 16:54 maxxstyle06 hello please I have a problem in cakephp , so I want to send ajax post from an external website , but it keeps giving me the request has been blackholed. please I have been searching for more than 1 month to find solution for it but with no success. thanks in advance
# Jul 16th 2019, 16:45 maxxstyle06 I’m new here!
# Jul 16th 2019, 16:45 maxxstyle06 Hello everyone
# Jul 16th 2019, 15:32 ricksaccous as long as you let it try to save even if you ->getErrors you should be fine
# Jul 16th 2019, 15:32 yamcomnet you should make sequence core component to cake?
# Jul 16th 2019, 15:31 ricksaccous generally you would do if ($this->Model->save()) { redirect}
# Jul 16th 2019, 15:28 ricksaccous if that fits your use case then yeah
# Jul 16th 2019, 15:28 itmpls to show up as a proper validation error when i need
# Jul 16th 2019, 15:27 itmpls i guess i need one in validationDefault too
# Jul 16th 2019, 15:27 ricksaccous to the entity
# Jul 16th 2019, 15:27 ricksaccous after the failed save it attaches
# Jul 16th 2019, 15:26 itmpls how would this work if its triggered on save and not patch entity? does it check for 'errorField' and bind on patchEntity because of that?
# Jul 16th 2019, 15:22 ricksaccous or something like that
# Jul 16th 2019, 15:22 slackebot <ricksaccous>
# Jul 16th 2019, 15:21 ricksaccous so it would look like