Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
response.addheader
- Page 1
OpenAI o3 vs Anthropic Claude 4 for Text Classification & Summarization
Programming
Computer Science
5 Days Ago
by usmanmalik57
…== "claude-opus-4-0":
response
= client.messages.create( model= model, …;content": content} ] ) response_value =
response
.content[0].text return response_value ``` We will define…
Re: Web Services using ASP.NET
Programming
Web Development
5 Days Ago
by natashasturrock
… stored procedure using SqlCommand. The API should return a success
response
if a matching user is found, or an unauthorized message…
Cache-Control stale-if-error with s-maxage
Programming
Web Development
2 Weeks Ago
by Dani
…-store or no-cache cache directive, a must-revalidate cache-
response
-directive, or an applicable s-maxage or proxy-revalidate cache…-
response
-directive. We do use *s-maxage*. Does that mean that *…
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
3 Weeks Ago
by groverharleen
… what is the responses shared by PHP file. try debugging
response
accordingly or if still you face any trouble, please do… share screen shot of Header / Request /
Response
Tabs. i'll guide you from here what is needed…
Re: Cache-Control stale-if-error with s-maxage
Programming
Web Development
1 Week Ago
by WendyDolan
… shared cache (like a CDN or proxy) can consider the
response
fresh — so I think if the resource is still within…
How to show visa info based on country selection in a travel form?
Programming
Web Development
4 Weeks Ago
by eservices
… I’m running into a few issues: Sometimes the JSON
response
is empty, even though it works in the browser. Other…
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
3 Weeks Ago
by Dani
… help diagnose this for you. For example, if the JSON
response
is empty, it is most likely because of a bug…
Re: Page Speed Issue
Digital Media
Digital Marketing
3 Weeks Ago
by kearawill
…) need manual setup for things like lazy loading, minification, server
response
, and JS optimization. It’s not the language—it’s…
Re: Securing Customer Data: An Essential Cybersecurity Handbook
Hardware and Software
Information Security
2 Weeks Ago
by WilliamOG
Basically: patch your stuff, lock your doors, and stop clicking shady emails. Got it.
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
2 Weeks Ago
by Biiim
I felt like some fun, so I just put together an example for you using CDN's and bootstrap 5. From what you are talking about you probably want to put some of that logic into the Javascript and not need to send a server request for each one, I usually do this kind of thing with javascript objects/arrays (eg `settings['GB']['visa_req'] = false;…
Integrating OpenAI Web Search API in LangGraph
Programming
Computer Science
1 Month Ago
by usmanmalik57
… another `function()` that returns the content attribute of the LLM
response
. ```python class WebState(TypedDict): input: str ai_msg: AIMessage output: str… before. Finally, you can extract URL sources from the LLM
response
using the following script. ```python sources = [annot['url'] for annot…
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
2 Months Ago
by usmanmalik57
… created:\n\n{article}\n\nSummary:"
response
= client.chat.completions.create( model=model_id,…quot;: prompt}], max_tokens=1150, temperature=0 ) generated_summary =
response
.choices[0].message.content rouge_scores = calculate_rouge(human_summary, generated_summary)…
Re: Help needed Related Website
Digital Media
Digital Marketing
1 Month Ago
by ashishkumar56
… on digital marketing, SEO, SMM but i Cant get positive
response
. Some Expert Can help me If your articles on digital…
What Are the Key Elements of a Successful Website in 2025?
Programming
Web Development
1 Month Ago
by Ramesh sharama
… suggestions or feedback on this question, please reply with your
response
and share your knowledge about web development.
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
….Exec(command) ' Clean up Set objShell = Nothing ' Output the result
Response
.Write("Executable executed with result: " & result) %>…
Re: how can I build or make new programming language
Programming
1 Month Ago
by trcooke
This may seem like a flippant
response
, but I promise you it isn't. Why do you feel the need to write a new programming language? (I assume that's what you mean by 'machine language'). What is it you need that all other existing programming languages do not provide?
Re: Getting in touch with Cloudflare billing
Hardware and Software
Cloud-based Apps
1 Month Ago
by Dani
Status update: There was an update to my ticket saying that there is higher than normal demand for support and to keep holding. At least it's a
response
?
Re: Need Coding Help With A Project
Programming
Software Development
1 Month Ago
by Dani
… taught them. My most important thing here is that your
response
is never for the one person you're responding to…
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
2 Months Ago
by Pelorus_1
Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever.
Re: How to connect to the Pinterest API using PHP?
Programming
Web Development
1 Month Ago
by geekinformatic
Hey! If you're using the CakePHP framework, you can connect to the Pinterest API with cURL and OAuth integration. Just follow Pinterest’s API docs for endpoints and token handling.
Re: Securing Customer Data: An Essential Cybersecurity Handbook
Hardware and Software
Information Security
1 Month Ago
by graceweb
Hey Bam_391, Thanks for putting this together, really thorough breakdown. I think your point about regular employee training is especially important. Even with the best technical safeguards, a single phishing click can cause major issues. Curious if you have any thoughts on balancing strict access controls with usability, especially in smaller …
Re: Wifi Connectivity Issue
Hardware and Software
Networking
1 Month Ago
by borjadegreat
The wifi connectivety issue can be due to no signeal problem. Take a look and check that why signals are comming slow. When you solve the signel issue, the wifi connectivity automatically become good
Re: Wifi Connectivity Issue
Hardware and Software
Networking
1 Month Ago
by borjadegreat
the issue may be due to no signel Solve the no signal issue and this isue will be solved automatically.
Re: Wifi Connectivity Issue
Hardware and Software
Networking
1 Month Ago
by gowtham_6
Hey! Just try giving your router and PC a quick restart, update your WiFi driver, turn off that power-saving thing on the WiFi adapter, forget the network and join back in, then run the troubleshooter. If it’s still acting up, just drop the error and your device info here!
Re: What Are the Key Elements of a Successful Website in 2025?
Programming
Web Development
1 Month Ago
by Reverend Jim
Those guidelines have essentially applied to any software with a user interface over the last fifty years. Reminds me of a scene from"Third Rock From the Sun". Don (policeman) talking about a cop's life, ends with "and any day you come home alive is a good day." Tommy replies, "isn't that pretty much a good day for …
Response.AddHeader .Net 4 not working?
Programming
Web Development
14 Years Ago
by G_Waddell
…(CmdArg.ToString)) 'Add header - does not seam to be working
Response
.
AddHeader
("Content-Disposition", "Attachment; Filename=" & CmdName… Sub [/CODE] Like I said, it looks like the line
Response
.
AddHeader
("Content-Disposition", "Attachment; Filename=" & CmdName…
Re: Response.AddHeader .Net 4 not working?
Programming
Web Development
14 Years Ago
by G_Waddell
….FetchDocument(Server.UrlDecode(CmdArg.ToString))
Response
.Clear()
Response
.ClearHeaders() 'Add header - does not seam to be working
Response
.
AddHeader
("Content-Disposition", "…
Re: AddHeader Problem
Programming
Web Development
12 Years Ago
by LastMitch
…occured when it reach the codes line "
Response
.
AddHeader
". You can change this:
Response
.
AddHeader
("Content-Disposition", "attachment;filename…=" + "ProductionSchedule" + ".xls") to this:
Response
.
AddHeader
("content-disposition", string.Format("attachment;filename={0…
AddHeader Problem
Programming
Web Development
12 Years Ago
by leo88
… System.Web.UI.HtmlTextWriter(stringwrite) GridExcel.RenderControl(htmlWrite)
Response
.Clear()
Response
.ClearContent()
Response
.ClearHeaders()
Response
.BufferOutput = True
Response
.
AddHeader
("Content-Disposition", "attachment;filename…
Response.Write(Workbook) outputs two workbooks
Programming
Web Development
14 Years Ago
by croker10
…] Excel.Workbook exWB = rm.GenerateNewEnrollmentReport(students);
Response
.Clear();
Response
.ContentType = "application/vnd.ms-excel";
Response
.
AddHeader
("Content-Disposition", "attachment…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC