Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
0 replies
24 views

I have a web app that has a button that used to work. It sent the user to their Facebook "Page" page along with content for them to post. That has stopped working recently. I need to know ...
Chris's user avatar
  • 501
1 vote
1 answer
101 views

I’m testing a POST endpoint of a stateless API (no sessions/forms) and Postman returns 403 Forbidden. I suspect CSRF, but I’m not sure how to configure it correctly in Security 6 for a stateless REST ...
Dayana Escobar's user avatar
-2 votes
1 answer
86 views

Minimal client (code below) send POST request, but not see response from the server. After LWS_CALLBACK_CLIENT_HTTP_WRITEABLE client waiting about 15 seconds and reset session. I see server answer in ...
dePetitCossette's user avatar
0 votes
0 answers
66 views

I am using .NET 9.0, my statically rendered login page results in an error when it's submitted: A valid antiforgery token was not provided with the request. Add an antiforgery token, or disable ...
Sunkist's user avatar
  • 19
0 votes
1 answer
82 views

I am using Ncat to send raw HTTP requests to the backend JS server. I will add here the backend and frontend files. We write ourselves, which is the goal of the task. I have installed Ncat and I send ...
Rodrigo Galvão's user avatar
-1 votes
1 answer
80 views

I want to transform camelCase to snake_case and still allowing snake_case in the body of a POST request. I mean, If the request has a camelCase body i want to transform to snake_case and if the ...
VPR's user avatar
  • 38
0 votes
0 answers
47 views

I'm trying to create a Power Automate Flow in cloud that sends a PDF to Mulesoft's IDP. I already created a document action on Mulesoft's site so I have the POST URI ready to go. For some reason, when ...
Steven's user avatar
  • 170
0 votes
1 answer
81 views

I have read quite a few posts on this, most provide various solutions but none are really addressing the underlying "why"? I can't figure out PHPs behavior when processing a single $_POST ...
rolinger's user avatar
  • 3,196
0 votes
1 answer
53 views

I am using Telerik Blazor TelerikFileSelect component to select an excel file and send it as a StreamContent to ASP.NET Core Minimal API endpoint. I do not see any issues when I send a 13 KB Excel ...
Gouri's user avatar
  • 51
0 votes
1 answer
23 views

I am trying to build a REST API out of Nodejs this is the form to edit user information <form action="/put-crud" method="POST"> <div class="form-row"> ...
Linh Chi Nguyen's user avatar
1 vote
1 answer
40 views

My website is supposed to send data from a form through my app.py, which then forwards it to my database. In the terminal, I can see that it sends the POST to the app, but then the website itself 404'...
Xeno's user avatar
  • 25
0 votes
1 answer
96 views

I'm using the Total.js Flow interface (no-code/low-code) and I need to send a POST request to an API endpoint with a JSON body. I tried using the HTTP and HTTP Request component, but I can't find an ...
victor mendes's user avatar
1 vote
1 answer
78 views

So i have spa app inside of wordpress it just loads php files in my theme: Functions.php add_action('wp_ajax_wczytaj_sekcje_profilu', 'ajax_wczytaj_sekcje_profilu'); function ...
Jakub Hopciaś's user avatar
1 vote
1 answer
48 views

I have the following setup in Django DRF: class TagSerializer(serializers.Serializer): id = serializers.UUIDField(read_only=True) name = serializers.CharField(required=True) style = ...
jlandercy's user avatar
  • 11.6k
1 vote
1 answer
73 views

I have the following create function for ItemSerializer class. It aims to create new Item with tags, creating tags on the fly if they does not exist or getting them if they exist. class TagSerializer(...
jlandercy's user avatar
  • 11.6k
0 votes
0 answers
30 views

I'm doing an implementation of salesforce with an external company, and after successfully completing the testing phase, a problem has arisen in production with the microservice in the ECS service of ...
Zenin0's user avatar
  • 63
0 votes
1 answer
64 views

There is a java, REST API based web application which uses HTTP POST request to search a user specific parameters including wildcards. The same application uses GET request to get specific resources ...
Lakshi's user avatar
  • 582
0 votes
0 answers
57 views

I've run into some trouble trying to send a multi-content POST from a .NET application to another .NET application. In this particular example, I am receiving an XML document in a string, and then ...
user1623990's user avatar
1 vote
2 answers
83 views

I'm building a WordPress plugin that has a page that consists of multiple forms. Each form is a step. Here's my form-handler: <?php class Form_Handler { public function init_funnel() { ...
ghostcasper's user avatar
0 votes
1 answer
92 views

I have a simple HTML signup form posting to Hubspot. When I put the form in my website (via WordPress) it renders fine. When I enter values and press submit, the request is made, but the response ...
Jennifer G.'s user avatar
0 votes
1 answer
110 views

I have an existing REST API (has been around for years now and I'm the original author) which has multiple end-points. I just added a new end-point for uploading files. The end-point method resource ...
Brien Halstead's user avatar
0 votes
0 answers
80 views

I have a controller which has 2 services. One of them(getCustomer) works just fine when I call from Bruno. But the second one which is getEdwProcLog does not respond to Bruno calls. Here is the ...
Tarık Canavar's user avatar
1 vote
2 answers
126 views

I'm having a weird one here. I'm doing Microsoft's Razor and EF tutorial and I don't know what's wrong with this code: public class Student { public int ID { get; set; } public string LastName ...
DaniWein's user avatar
0 votes
0 answers
181 views

I have read the documentation, over and over and so I know the gitSource in the body is correct as it has all the required values of type, repoId and ref (I even tried with adding the sha too, which i ...
michaelNL's user avatar
0 votes
2 answers
79 views

I am new to nodejs/express and I have stumbled across a seemingly simple, yet annoying, problem in a web app I am developing. Essentially, I am trying to send a post request to an Express App that ...
Ryan's user avatar
  • 11
0 votes
1 answer
33 views

I built a weather app it works fine on my local machine but after deploying the server to railway and frontend to netlify the http post method no longer send the body just the headed I mean when i try ...
AFOKE REALITY IGHO's user avatar
0 votes
1 answer
53 views

Within a Laravel project, I want to create a POST /movies route associated with a controller that has been created with its model: sail artisan make:model --controller --api --requests -- Movie which ...
lavalade's user avatar
  • 368
3 votes
1 answer
170 views

I'm trying to use shiny to mimic an API. I've got a shiny app that reads parameters in the url (with parseQueryString(session$clientData$url_search)), computes a map based on those parameters, and ...
user avatar
0 votes
1 answer
74 views

I have a few forms on my website which I need site visitors to submit in sequence. 'form1' sends the user data to the (php mailto) form mailer. The header(location) of the form mailer then directs the ...
Vera de Milo's user avatar
0 votes
1 answer
261 views

Step 1: Send a GET request to fetch the page and extract hidden form values We'll first send a GET request to the page and extract necessary hidden form values like __VIEWSTATE, __VIEWSTATEGENERATOR, ...
jatin rajani's user avatar
0 votes
0 answers
49 views

Using CodePen "POST to Prefill Editor". Everything works fine except for the fact the HTML is not formatted. Difficult to send formatting in a POST so wondered if there's a parameter that I ...
rkever's user avatar
  • 884
0 votes
0 answers
44 views

I am encountering an error when using the Linkedin-Version 202501. However, it works fine when I downgrade to version 202411. Request Header: https://api.linkedin.com/rest/conversions Request Body: ?...
Jessie Labadan's user avatar
1 vote
1 answer
49 views

I'm in a position where I would like to submit content to a form that is not defined in a Forms class. For example, in my forms.py: class AnalyseForm(forms.Form): TYPES = (('a', 'Type A'),('b', '...
Jon M's user avatar
  • 674
0 votes
2 answers
43 views

I use this request to do form request using scrapy splash, but it said the method was NONE and Splash can only process GET and POST yield SplashFormRequest(url, args={'wait': 5, ...
Aminah Nuraini's user avatar
0 votes
0 answers
89 views

I'm basically came across a code which used local images for Google lens search but I can't understand how the encdoded_image works or where did they get from? from requests import Session url = &...
Andrew's user avatar
  • 1
0 votes
1 answer
251 views

I'm scraping real estate data from Bayut using Scrapy but can't extract thethe green tick (DLD-validated info) The information is fetched via a POST API with basic authentication. Calling the API in ...
Shashank Nakka's user avatar
0 votes
0 answers
42 views

I'm developing a React Native app that makes a POST request to the following endpoint: https://www.animeunity.so/livesearch When I test the request extracted from my browser in Insomnia, it works ...
olippo's user avatar
  • 1
-1 votes
1 answer
151 views

I am trying to use the httpx library to POST a file through a website provided API. The API requests some additional headers. Here is my Pyhton script: #!/usr/bin/python3 import httpx files = {'file':...
Christian's user avatar
  • 387
-1 votes
1 answer
36 views

i have a rolodex counter that i need at times to trigger the animation via posting a message it does not work, instead of the two digits animating counting, only a single digits flickers without ...
Moshe Klein's user avatar
1 vote
1 answer
2k views

How do I send a POST with python HTTPX that will minic a CURL POST that works? This is to an opengear rest API. I believe it has to do something with the data field of the post. This is the working ...
krizzo's user avatar
  • 1,903
0 votes
0 answers
46 views

I am working on translating a page from Codeigniter 3 to Codeigniter 4, and have session based CSRF protection enabled in CI4. For some reason, even though I can see the CSRF name and CSRF hash in ...
xanabobana's user avatar
0 votes
1 answer
338 views

I'm having a form like: <form @submit.prevent="submitForm"> <div> <span v-if="form.errors.zipCode">{{ form.errors.zipCode }}</span> <...
Felix's user avatar
  • 119
0 votes
2 answers
57 views

I have been writing an embedded webserver on a small micro. I have many things working and can serve up webpages, etc. One page allows the user to upload a new firmware file. I have this working ...
MikeS's user avatar
  • 3
0 votes
0 answers
56 views

i have a form submission in my view page as follow: <form class="propertyForm" method="POST" action="<?= url_to('props.estimate.price'); ?>"> <...
Sol Kan's user avatar
1 vote
0 answers
18 views

The article deletion function doesn't work. I tried to fix it but it didn't work. Details of the source code can be found at https://github.com/chikashishirozu/tweet_app. config/routes.rb Rails....
hiroppy123's user avatar
0 votes
0 answers
34 views

I created a Windows application in Python and the Kivy framework. The main feature of the app is to post the request on the server in API through a button. The server will send the task to a robot and ...
khang bui's user avatar
1 vote
1 answer
61 views

I'm a professional lawyer and an amateur programmer (mainly C++). On a daily basis, I must access the same website and search for tons of court cases (plain text). Recently, I came up with the idea of ...
TylerD007's user avatar
  • 195
0 votes
1 answer
47 views

I am trying to use WSGI with a URL that I need to be able to POST to under Apache 2 (using flask). I am able to run my .wsgi independently of Apache (python cfg.wsgi) and it handles GET and POST ...
Rob's user avatar
  • 947
0 votes
0 answers
24 views

I am trying to send some data to an API. All information I have is: ImportUsersFile Verbs POST Requires authentication False Parameters jobName: string token: CancellationToken The information is ...
Chicago1988's user avatar
0 votes
0 answers
107 views

I've NodeMCU ESP8266CH340. Unable to verify fingerprint of SSL (Issued by Google Trust) with WifiClientSecure. I don't want to set client.setInsecure(); or bypass SSL verification. POST request failed ...
HEMANTH ABHIRAM SOMARAJU's user avatar

1
2 3 4 5
811