Posts by Rayan Marcus • 35 points
2 posts
-
3
votes2
answers234
viewsQ: Is it possible for a domain to block a query via Curl?
Perform requests via cUrl, where the domain does not have a return via JSON/XML/related, the domain consulted can "block" my IP to query via Curl, or something like? Currently, the consultation is…
-
0
votes1
answer398
viewsQ: Send more variable "serialized" form via AJAX?
I want to serialize my form, and send another variable. It is possible? Example: var id = "1"; function register(){ $.ajax({ method: "post", url: "meu_script.php", data: $("#form").serialize(),…